Searched refs:ref_root_bh (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
D | refcounttree.c | 49 struct buffer_head *ref_root_bh; member 329 struct buffer_head *ref_root_bh = NULL; in ocfs2_get_refcount_tree() local 357 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree() 365 ref_rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_get_refcount_tree() 391 brelse(ref_root_bh); in ocfs2_get_refcount_tree() 451 struct buffer_head *ref_root_bh = NULL; in ocfs2_lock_refcount_tree() local 471 &ref_root_bh); in ocfs2_lock_refcount_tree() 478 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_lock_refcount_tree() 502 brelse(ref_root_bh); in ocfs2_lock_refcount_tree() 503 ref_root_bh = NULL; in ocfs2_lock_refcount_tree() [all …]
|
D | refcounttree.h | 67 struct buffer_head *ref_root_bh, 74 struct buffer_head *ref_root_bh, 91 struct buffer_head *ref_root_bh, 100 struct buffer_head *ref_root_bh,
|
D | xattr.c | 2326 struct buffer_head *ref_root_bh, in ocfs2_lock_xattr_remove_allocators() argument 2348 ref_root_bh, xv, in ocfs2_lock_xattr_remove_allocators() 2368 struct buffer_head *ref_root_bh) in ocfs2_remove_value_outside() argument 2389 ref_ci, ref_root_bh, in ocfs2_remove_value_outside() 2426 struct buffer_head *ref_root_bh) in ocfs2_xattr_ibody_remove() argument 2442 ref_ci, ref_root_bh); in ocfs2_xattr_ibody_remove() 2449 struct buffer_head *ref_root_bh; member 2455 struct buffer_head *ref_root_bh) in ocfs2_xattr_block_remove() argument 2465 .ref_root_bh = ref_root_bh, in ocfs2_xattr_block_remove() 2472 ref_ci, ref_root_bh); in ocfs2_xattr_block_remove() [all …]
|
D | xattr.h | 78 struct buffer_head *ref_root_bh,
|