Searched refs:ret_bh (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | dlmglue.h | 152 struct buffer_head **ret_bh, 157 struct buffer_head **ret_bh, 217 struct buffer_head **ret_bh,
|
D | dlmglue.c | 2378 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument 2386 *ret_bh = passed_bh; in ocfs2_assign_bh() 2387 get_bh(*ret_bh); in ocfs2_assign_bh() 2392 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh() 2404 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument 2486 if (ret_bh) { in ocfs2_inode_lock_full_nested() 2487 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested() 2496 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested() 2497 brelse(*ret_bh); in ocfs2_inode_lock_full_nested() 2498 *ret_bh = NULL; in ocfs2_inode_lock_full_nested() [all …]
|
D | move_extents.c | 364 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument 438 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
|
D | xattr.c | 2872 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument 2946 *ret_bh = new_bh; in ocfs2_create_xattr_block() 6217 struct buffer_head **ret_bh, 6274 struct buffer_head **ret_bh, in ocfs2_get_xattr_value_root() argument 6283 if (ret_bh) in ocfs2_get_xattr_value_root() 6284 *ret_bh = bh; in ocfs2_get_xattr_value_root() 6559 struct buffer_head **ret_bh, in ocfs2_create_empty_xattr_block() argument 6583 ret_bh); in ocfs2_create_empty_xattr_block() 6698 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root() argument 6711 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root() [all …]
|
D | refcounttree.c | 1069 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec() argument 1084 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec() 1142 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()
|