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()
730 struct buffer_head *dibh; in ea_alloc_skeleton() local
755 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_alloc_skeleton()
758 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_alloc_skeleton()
759 gfs2_dinode_out(ip, dibh->b_data); in ea_alloc_skeleton()
760 brelse(dibh); in ea_alloc_skeleton()
872 struct buffer_head *dibh; in ea_set_simple_noalloc() local
889 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_set_simple_noalloc()
893 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_set_simple_noalloc()
894 gfs2_dinode_out(ip, dibh->b_data); in ea_set_simple_noalloc()
895 brelse(dibh); in ea_set_simple_noalloc()
1092 struct buffer_head *dibh; in ea_remove_stuffed() local
1113 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_remove_stuffed()
1116 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_remove_stuffed()
1117 gfs2_dinode_out(ip, dibh->b_data); in ea_remove_stuffed()
1118 brelse(dibh); in ea_remove_stuffed()
1294 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local
1390 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect()
1392 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_indirect()
1393 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect()
1394 brelse(dibh); in ea_dealloc_indirect()
1412 struct buffer_head *dibh; in ea_dealloc_block() local
1440 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block()
1442 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block()
1443 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block()
1444 brelse(dibh); in ea_dealloc_block()