Searched refs:dibh (Results 1 – 8 of 8) sorted by relevance
/linux/fs/gfs2/ |
A D | dir.c | 136 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() 1626 brelse(dibh); in gfs2_dir_read() [all …]
|
A D | bmap.c | 97 struct buffer_head *bh, *dibh; in __gfs2_unstuff_inode() local 146 brelse(dibh); in __gfs2_unstuff_inode() 679 BUG_ON(dibh == NULL); in __gfs2_iomap_alloc() 866 mp->mp_bh[0] = dibh; in __gfs2_iomap_get() 1390 brelse(dibh); in trunc_start() 1582 brelse(dibh); in sweep_bh_for_rgrps() 1782 mp.mp_bh[0] = dibh; in punch_hole() 1969 struct buffer_head *dibh; in trunc_end() local 1993 brelse(dibh); in trunc_end() 2100 brelse(dibh); in do_grow() [all …]
|
A D | inode.c | 466 struct buffer_head *dibh; in init_dinode() local 469 gfs2_trans_add_meta(ip->i_gl, dibh); in init_dinode() 470 di = (struct gfs2_dinode *)dibh->b_data; in init_dinode() 484 gfs2_init_dir(dibh, dip); in init_dinode() 491 set_buffer_uptodate(dibh); in init_dinode() 492 brelse(dibh); in init_dinode() 915 struct buffer_head *dibh; in gfs2_link() local 1003 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_link() 1011 brelse(dibh); in gfs2_link() 1779 struct buffer_head *dibh; in gfs2_get_link() local [all …]
|
A D | xattr.c | 1267 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 1415 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block() 1417 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block() 1418 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block() 1419 brelse(dibh); in ea_dealloc_block()
|
A D | aops.c | 434 struct buffer_head *dibh; in stuffed_readpage() local 450 error = gfs2_meta_inode_buffer(ip, &dibh); in stuffed_readpage() 457 memcpy(kaddr, dibh->b_data + sizeof(struct gfs2_dinode), dsize); in stuffed_readpage() 461 brelse(dibh); in stuffed_readpage()
|
A D | glops.c | 470 struct buffer_head *dibh; in gfs2_inode_refresh() local 473 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_inode_refresh() 477 error = gfs2_dinode_in(ip, dibh->b_data); in gfs2_inode_refresh() 478 brelse(dibh); in gfs2_inode_refresh()
|
A D | file.c | 1176 struct buffer_head *dibh; in fallocate_chunk() local 1179 error = gfs2_meta_inode_buffer(ip, &dibh); in fallocate_chunk() 1183 gfs2_trans_add_meta(ip->i_gl, dibh); in fallocate_chunk() 1209 brelse(dibh); in fallocate_chunk()
|
A D | rgrp.c | 2422 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()
|
Completed in 28 milliseconds