Lines Matching refs:dibh
232 struct buffer_head *dibh; in ea_dealloc_unstuffed() local
309 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_unstuffed()
312 gfs2_trans_add_bh(ip->i_gl, dibh, 1); in ea_dealloc_unstuffed()
313 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_unstuffed()
314 brelse(dibh); in ea_dealloc_unstuffed()
717 struct buffer_head *dibh; in ea_alloc_skeleton() local
742 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_alloc_skeleton()
745 gfs2_trans_add_bh(ip->i_gl, dibh, 1); in ea_alloc_skeleton()
746 gfs2_dinode_out(ip, dibh->b_data); in ea_alloc_skeleton()
747 brelse(dibh); in ea_alloc_skeleton()
861 struct buffer_head *dibh; in ea_set_simple_noalloc() local
878 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_set_simple_noalloc()
882 gfs2_trans_add_bh(ip->i_gl, dibh, 1); in ea_set_simple_noalloc()
883 gfs2_dinode_out(ip, dibh->b_data); in ea_set_simple_noalloc()
884 brelse(dibh); in ea_set_simple_noalloc()
1081 struct buffer_head *dibh; in ea_remove_stuffed() local
1102 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_remove_stuffed()
1105 gfs2_trans_add_bh(ip->i_gl, dibh, 1); in ea_remove_stuffed()
1106 gfs2_dinode_out(ip, dibh->b_data); in ea_remove_stuffed()
1107 brelse(dibh); in ea_remove_stuffed()
1328 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local
1424 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect()
1426 gfs2_trans_add_bh(ip->i_gl, dibh, 1); in ea_dealloc_indirect()
1427 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect()
1428 brelse(dibh); in ea_dealloc_indirect()
1446 struct buffer_head *dibh; in ea_dealloc_block() local
1474 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block()
1476 gfs2_trans_add_bh(ip->i_gl, dibh, 1); in ea_dealloc_block()
1477 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block()
1478 brelse(dibh); in ea_dealloc_block()