Searched refs:ret_bh (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | dlmglue.h | 138 struct buffer_head **ret_bh, 143 struct buffer_head **ret_bh, 203 struct buffer_head **ret_bh,
|
D | dlmglue.c | 2391 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument 2399 *ret_bh = passed_bh; in ocfs2_assign_bh() 2400 get_bh(*ret_bh); in ocfs2_assign_bh() 2405 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh() 2417 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument 2499 if (ret_bh) { in ocfs2_inode_lock_full_nested() 2500 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested() 2509 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested() 2510 brelse(*ret_bh); in ocfs2_inode_lock_full_nested() 2511 *ret_bh = NULL; in ocfs2_inode_lock_full_nested() [all …]
|
D | move_extents.c | 367 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument 441 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
|
D | xattr.c | 2864 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument 2938 *ret_bh = new_bh; in ocfs2_create_xattr_block() 6206 struct buffer_head **ret_bh, 6263 struct buffer_head **ret_bh, in ocfs2_get_xattr_value_root() argument 6272 if (ret_bh) in ocfs2_get_xattr_value_root() 6273 *ret_bh = bh; in ocfs2_get_xattr_value_root() 6548 struct buffer_head **ret_bh, in ocfs2_create_empty_xattr_block() argument 6572 ret_bh); in ocfs2_create_empty_xattr_block() 6687 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root() argument 6700 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root() [all …]
|
D | refcounttree.c | 1063 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec() argument 1078 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec() 1136 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()
|