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() 950 brelse(dibh); in dir_make_exhash() 955 brelse(dibh); in dir_make_exhash() 988 brelse(dibh); in dir_make_exhash() 1126 brelse(dibh); in dir_split_leaf() 1193 brelse(dibh); in dir_double_exhash() 1201 brelse(dibh); in dir_double_exhash() 1628 brelse(dibh); in gfs2_dir_read() [all …]
|
| A D | bmap.c | 92 struct buffer_head *bh, *dibh; in __gfs2_unstuff_inode() local 141 brelse(dibh); in __gfs2_unstuff_inode() 677 BUG_ON(dibh == NULL); in __gfs2_iomap_alloc() 864 mp->mp_bh[0] = dibh; in __gfs2_iomap_get() 1401 brelse(dibh); in trunc_start() 1592 brelse(dibh); in sweep_bh_for_rgrps() 1793 mp.mp_bh[0] = dibh; in punch_hole() 1980 struct buffer_head *dibh; in trunc_end() local 2004 brelse(dibh); in trunc_end() 2103 brelse(dibh); in do_grow() [all …]
|
| A D | inode.c | 498 struct buffer_head *dibh; in init_dinode() local 501 gfs2_trans_add_meta(ip->i_gl, dibh); in init_dinode() 502 di = (struct gfs2_dinode *)dibh->b_data; in init_dinode() 516 gfs2_init_dir(dibh, dip); in init_dinode() 523 set_buffer_uptodate(dibh); in init_dinode() 524 brelse(dibh); in init_dinode() 953 struct buffer_head *dibh; in gfs2_link() local 1038 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_link() 1046 brelse(dibh); in gfs2_link() 1814 struct buffer_head *dibh; in gfs2_get_link() local [all …]
|
| A D | xattr.c | 1271 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local 1368 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect() 1370 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_indirect() 1371 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect() 1372 brelse(dibh); in ea_dealloc_indirect() 1390 struct buffer_head *dibh; in ea_dealloc_block() local 1420 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block() 1422 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block() 1423 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block() 1424 brelse(dibh); in ea_dealloc_block()
|
| A D | aops.c | 384 struct buffer_head *dibh = NULL; in stuffed_read_folio() local 397 error = gfs2_meta_inode_buffer(ip, &dibh); in stuffed_read_folio() 400 from = dibh->b_data + sizeof(struct gfs2_dinode); in stuffed_read_folio() 404 brelse(dibh); in stuffed_read_folio()
|
| A D | glops.c | 475 struct buffer_head *dibh; in gfs2_inode_refresh() local 478 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_inode_refresh() 482 error = gfs2_dinode_in(ip, dibh->b_data); in gfs2_inode_refresh() 483 brelse(dibh); in gfs2_inode_refresh()
|
| A D | file.c | 1180 struct buffer_head *dibh; in fallocate_chunk() local 1183 error = gfs2_meta_inode_buffer(ip, &dibh); in fallocate_chunk() 1187 gfs2_trans_add_meta(ip->i_gl, dibh); in fallocate_chunk() 1213 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 32 milliseconds