Searched refs:ret_bh (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | dlmglue.h | 120 struct buffer_head **ret_bh, 125 struct buffer_head **ret_bh,
|
D | dlmglue.c | 2257 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument 2265 *ret_bh = passed_bh; in ocfs2_assign_bh() 2266 get_bh(*ret_bh); in ocfs2_assign_bh() 2271 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh() 2283 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument 2366 if (ret_bh) { in ocfs2_inode_lock_full_nested() 2367 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested() 2376 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested() 2377 brelse(*ret_bh); in ocfs2_inode_lock_full_nested() 2378 *ret_bh = NULL; in ocfs2_inode_lock_full_nested() [all …]
|
D | move_extents.c | 368 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument 442 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
|
D | xattr.c | 2850 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument 2918 *ret_bh = new_bh; in ocfs2_create_xattr_block() 6187 struct buffer_head **ret_bh, 6245 struct buffer_head **ret_bh, in ocfs2_get_xattr_value_root() argument 6254 if (ret_bh) in ocfs2_get_xattr_value_root() 6255 *ret_bh = bh; in ocfs2_get_xattr_value_root() 6530 struct buffer_head **ret_bh, in ocfs2_create_empty_xattr_block() argument 6554 ret_bh); in ocfs2_create_empty_xattr_block() 6669 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root() argument 6682 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root() [all …]
|
D | refcounttree.c | 1066 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec() argument 1081 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec() 1141 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()
|