Home
last modified time | relevance | path

Searched refs:ref_root_bh (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/ocfs2/
Drefcounttree.c50 struct buffer_head *ref_root_bh; member
328 struct buffer_head *ref_root_bh = NULL; in ocfs2_get_refcount_tree() local
356 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree()
364 ref_rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_get_refcount_tree()
390 brelse(ref_root_bh); in ocfs2_get_refcount_tree()
450 struct buffer_head *ref_root_bh = NULL; in ocfs2_lock_refcount_tree() local
470 &ref_root_bh); in ocfs2_lock_refcount_tree()
477 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_lock_refcount_tree()
501 brelse(ref_root_bh); in ocfs2_lock_refcount_tree()
502 ref_root_bh = NULL; in ocfs2_lock_refcount_tree()
[all …]
Drefcounttree.h69 struct buffer_head *ref_root_bh,
76 struct buffer_head *ref_root_bh,
93 struct buffer_head *ref_root_bh,
102 struct buffer_head *ref_root_bh,
Dxattr.c2324 struct buffer_head *ref_root_bh, in ocfs2_lock_xattr_remove_allocators() argument
2346 ref_root_bh, xv, in ocfs2_lock_xattr_remove_allocators()
2366 struct buffer_head *ref_root_bh) in ocfs2_remove_value_outside() argument
2387 ref_ci, ref_root_bh, in ocfs2_remove_value_outside()
2424 struct buffer_head *ref_root_bh) in ocfs2_xattr_ibody_remove() argument
2440 ref_ci, ref_root_bh); in ocfs2_xattr_ibody_remove()
2447 struct buffer_head *ref_root_bh; member
2453 struct buffer_head *ref_root_bh) in ocfs2_xattr_block_remove() argument
2463 .ref_root_bh = ref_root_bh, in ocfs2_xattr_block_remove()
2470 ref_ci, ref_root_bh); in ocfs2_xattr_block_remove()
[all …]
Dxattr.h80 struct buffer_head *ref_root_bh,