Lines Matching refs:dibh
233 struct buffer_head *dibh; in ea_dealloc_unstuffed() local
310 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_unstuffed()
313 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_unstuffed()
314 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_unstuffed()
315 brelse(dibh); in ea_dealloc_unstuffed()
728 struct buffer_head *dibh; in ea_alloc_skeleton() local
753 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_alloc_skeleton()
756 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_alloc_skeleton()
757 gfs2_dinode_out(ip, dibh->b_data); in ea_alloc_skeleton()
758 brelse(dibh); in ea_alloc_skeleton()
870 struct buffer_head *dibh; in ea_set_simple_noalloc() local
887 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_set_simple_noalloc()
891 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_set_simple_noalloc()
892 gfs2_dinode_out(ip, dibh->b_data); in ea_set_simple_noalloc()
893 brelse(dibh); in ea_set_simple_noalloc()
1090 struct buffer_head *dibh; in ea_remove_stuffed() local
1111 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_remove_stuffed()
1114 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_remove_stuffed()
1115 gfs2_dinode_out(ip, dibh->b_data); in ea_remove_stuffed()
1116 brelse(dibh); in ea_remove_stuffed()
1291 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local
1387 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect()
1389 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_indirect()
1390 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect()
1391 brelse(dibh); in ea_dealloc_indirect()
1409 struct buffer_head *dibh; in ea_dealloc_block() local
1437 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block()
1439 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block()
1440 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block()
1441 brelse(dibh); in ea_dealloc_block()