Home
last modified time | relevance | path

Searched refs:dibh (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/fs/gfs2/
A Ddir.c136 brelse(dibh); in gfs2_dir_write_stuffed()
234 brelse(dibh); in gfs2_dir_write_data()
252 brelse(dibh); in gfs2_dir_read_stuffed()
947 brelse(dibh); in dir_make_exhash()
952 brelse(dibh); in dir_make_exhash()
985 brelse(dibh); in dir_make_exhash()
1123 brelse(dibh); in dir_split_leaf()
1190 brelse(dibh); in dir_double_exhash()
1198 brelse(dibh); in dir_double_exhash()
1625 brelse(dibh); in gfs2_dir_read()
[all …]
A Dbmap.c94 struct buffer_head *bh, *dibh; in __gfs2_unstuff_inode() local
143 brelse(dibh); in __gfs2_unstuff_inode()
674 BUG_ON(dibh == NULL); in __gfs2_iomap_alloc()
861 mp->mp_bh[0] = dibh; in __gfs2_iomap_get()
1398 brelse(dibh); in trunc_start()
1590 brelse(dibh); in sweep_bh_for_rgrps()
1790 mp.mp_bh[0] = dibh; in punch_hole()
1977 struct buffer_head *dibh; in trunc_end() local
2001 brelse(dibh); in trunc_end()
2108 brelse(dibh); in do_grow()
[all …]
A Dinode.c490 struct buffer_head *dibh; in init_dinode() local
493 gfs2_trans_add_meta(ip->i_gl, dibh); in init_dinode()
494 di = (struct gfs2_dinode *)dibh->b_data; in init_dinode()
508 gfs2_init_dir(dibh, dip); in init_dinode()
515 set_buffer_uptodate(dibh); in init_dinode()
516 brelse(dibh); in init_dinode()
945 struct buffer_head *dibh; in gfs2_link() local
1033 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_link()
1041 brelse(dibh); in gfs2_link()
1809 struct buffer_head *dibh; in gfs2_get_link() local
[all …]
A Dxattr.c1267 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local
1364 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect()
1366 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_indirect()
1367 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect()
1368 brelse(dibh); in ea_dealloc_indirect()
1386 struct buffer_head *dibh; in ea_dealloc_block() local
1416 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block()
1418 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block()
1419 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block()
1420 brelse(dibh); in ea_dealloc_block()
A Daops.c414 struct buffer_head *dibh; in stuffed_readpage() local
430 error = gfs2_meta_inode_buffer(ip, &dibh); in stuffed_readpage()
435 memcpy(kaddr, dibh->b_data + sizeof(struct gfs2_dinode), dsize); in stuffed_readpage()
439 brelse(dibh); in stuffed_readpage()
A Dglops.c476 struct buffer_head *dibh; in gfs2_inode_refresh() local
479 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_inode_refresh()
483 error = gfs2_dinode_in(ip, dibh->b_data); in gfs2_inode_refresh()
484 brelse(dibh); in gfs2_inode_refresh()
A Dfile.c1163 struct buffer_head *dibh; in fallocate_chunk() local
1166 error = gfs2_meta_inode_buffer(ip, &dibh); in fallocate_chunk()
1170 gfs2_trans_add_meta(ip->i_gl, dibh); in fallocate_chunk()
1196 brelse(dibh); in fallocate_chunk()
A Drgrp.c2423 struct buffer_head *dibh; in gfs2_alloc_blocks() local
2455 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_alloc_blocks()
2458 (struct gfs2_dinode *)dibh->b_data; in gfs2_alloc_blocks()
2459 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_alloc_blocks()
2462 brelse(dibh); in gfs2_alloc_blocks()

Completed in 30 milliseconds