Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H 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 …]
H 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()
1589 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()
2100 brelse(dibh); in do_grow()
[all …]
H A Dinode.c497 struct buffer_head *dibh; in init_dinode() local
500 gfs2_trans_add_meta(ip->i_gl, dibh); in init_dinode()
501 di = (struct gfs2_dinode *)dibh->b_data; in init_dinode()
515 gfs2_init_dir(dibh, dip); in init_dinode()
522 set_buffer_uptodate(dibh); in init_dinode()
523 brelse(dibh); in init_dinode()
952 struct buffer_head *dibh; in gfs2_link() local
1037 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_link()
1045 brelse(dibh); in gfs2_link()
1813 struct buffer_head *dibh; in gfs2_get_link() local
[all …]
H 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()
H 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()
H A Dglops.c485 struct buffer_head *dibh; in gfs2_inode_refresh() local
488 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_inode_refresh()
492 error = gfs2_dinode_in(ip, dibh->b_data); in gfs2_inode_refresh()
493 brelse(dibh); in gfs2_inode_refresh()
H A Dfile.c1173 struct buffer_head *dibh; in fallocate_chunk() local
1176 error = gfs2_meta_inode_buffer(ip, &dibh); in fallocate_chunk()
1180 gfs2_trans_add_meta(ip->i_gl, dibh); in fallocate_chunk()
1206 brelse(dibh); in fallocate_chunk()
H A Drgrp.c2422 struct buffer_head *dibh; in gfs2_alloc_blocks() local
2454 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_alloc_blocks()
2457 (struct gfs2_dinode *)dibh->b_data; in gfs2_alloc_blocks()
2458 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_alloc_blocks()
2461 brelse(dibh); in gfs2_alloc_blocks()