Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Drefcounttree.c57 struct buffer_head *ref_root_bh; member
337 struct buffer_head *ref_root_bh = NULL; in ocfs2_get_refcount_tree() local
365 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree()
373 ref_rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_get_refcount_tree()
399 brelse(ref_root_bh); in ocfs2_get_refcount_tree()
459 struct buffer_head *ref_root_bh = NULL; in ocfs2_lock_refcount_tree() local
479 &ref_root_bh); in ocfs2_lock_refcount_tree()
487 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_lock_refcount_tree()
511 brelse(ref_root_bh); in ocfs2_lock_refcount_tree()
512 ref_root_bh = NULL; in ocfs2_lock_refcount_tree()
[all …]
Drefcounttree.h77 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,
Dxattr.c2313 struct buffer_head *ref_root_bh, in ocfs2_lock_xattr_remove_allocators() argument
2335 ref_root_bh, xv, in ocfs2_lock_xattr_remove_allocators()
2355 struct buffer_head *ref_root_bh) in ocfs2_remove_value_outside() argument
2376 ref_ci, ref_root_bh, in ocfs2_remove_value_outside()
2413 struct buffer_head *ref_root_bh) in ocfs2_xattr_ibody_remove() argument
2429 ref_ci, ref_root_bh); in ocfs2_xattr_ibody_remove()
2436 struct buffer_head *ref_root_bh; member
2442 struct buffer_head *ref_root_bh) in ocfs2_xattr_block_remove() argument
2452 .ref_root_bh = ref_root_bh, in ocfs2_xattr_block_remove()
2459 ref_ci, ref_root_bh); in ocfs2_xattr_block_remove()
[all …]
Dxattr.h88 struct buffer_head *ref_root_bh,