Searched refs:ref_root_bh (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | refcounttree.c | 58 struct buffer_head *ref_root_bh; member 336 struct buffer_head *ref_root_bh = NULL; in ocfs2_get_refcount_tree() local 364 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree() 372 ref_rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_get_refcount_tree() 398 brelse(ref_root_bh); in ocfs2_get_refcount_tree() 458 struct buffer_head *ref_root_bh = NULL; in ocfs2_lock_refcount_tree() local 478 &ref_root_bh); in ocfs2_lock_refcount_tree() 485 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_lock_refcount_tree() 509 brelse(ref_root_bh); in ocfs2_lock_refcount_tree() 510 ref_root_bh = NULL; in ocfs2_lock_refcount_tree() [all …]
|
D | refcounttree.h | 77 struct buffer_head *ref_root_bh, 84 struct buffer_head *ref_root_bh, 101 struct buffer_head *ref_root_bh, 110 struct buffer_head *ref_root_bh,
|
D | xattr.c | 2332 struct buffer_head *ref_root_bh, in ocfs2_lock_xattr_remove_allocators() argument 2354 ref_root_bh, xv, in ocfs2_lock_xattr_remove_allocators() 2374 struct buffer_head *ref_root_bh) in ocfs2_remove_value_outside() argument 2395 ref_ci, ref_root_bh, in ocfs2_remove_value_outside() 2432 struct buffer_head *ref_root_bh) in ocfs2_xattr_ibody_remove() argument 2448 ref_ci, ref_root_bh); in ocfs2_xattr_ibody_remove() 2455 struct buffer_head *ref_root_bh; member 2461 struct buffer_head *ref_root_bh) in ocfs2_xattr_block_remove() argument 2471 .ref_root_bh = ref_root_bh, in ocfs2_xattr_block_remove() 2478 ref_ci, ref_root_bh); in ocfs2_xattr_block_remove() [all …]
|
D | xattr.h | 88 struct buffer_head *ref_root_bh,
|