Searched refs:ret_bh (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | dlmglue.h | 136 struct buffer_head **ret_bh, 141 struct buffer_head **ret_bh, int ex, struct folio *folio); 199 struct buffer_head **ret_bh,
|
| H A D | dlmglue.c | 2401 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument 2409 *ret_bh = passed_bh; in ocfs2_assign_bh() 2410 get_bh(*ret_bh); in ocfs2_assign_bh() 2427 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument 2509 if (ret_bh) { in ocfs2_inode_lock_full_nested() 2519 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested() 2520 brelse(*ret_bh); in ocfs2_inode_lock_full_nested() 2521 *ret_bh = NULL; in ocfs2_inode_lock_full_nested() 2562 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0) in ocfs2_inode_lock_with_folio() 2673 struct buffer_head **ret_bh, in ocfs2_inode_lock_tracker() argument [all …]
|
| H A D | move_extents.c | 365 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument 439 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
|
| H A D | xattr.c | 2866 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument 2940 *ret_bh = new_bh; in ocfs2_create_xattr_block() 6199 struct buffer_head **ret_bh, 6265 if (ret_bh) in ocfs2_get_xattr_value_root() 6266 *ret_bh = bh; in ocfs2_get_xattr_value_root() 6532 struct buffer_head **ret_bh, in ocfs2_create_empty_xattr_block() argument 6556 ret_bh); in ocfs2_create_empty_xattr_block() 6671 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root() argument 6684 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root() 6698 struct buffer_head **ret_bh, in ocfs2_value_tree_metas_in_bucket() argument [all …]
|
| H A D | refcounttree.c | 1062 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec() argument 1077 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec() 1135 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()
|