Searched refs:ret_bh (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | dlmglue.h | 120 struct buffer_head **ret_bh, 125 struct buffer_head **ret_bh,
|
D | dlmglue.c | 2293 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument 2301 *ret_bh = passed_bh; in ocfs2_assign_bh() 2302 get_bh(*ret_bh); in ocfs2_assign_bh() 2307 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh() 2319 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument 2402 if (ret_bh) { in ocfs2_inode_lock_full_nested() 2403 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested() 2412 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested() 2413 brelse(*ret_bh); in ocfs2_inode_lock_full_nested() 2414 *ret_bh = NULL; in ocfs2_inode_lock_full_nested() [all …]
|
D | move_extents.c | 369 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument 443 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
|
D | xattr.c | 2853 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument 2927 *ret_bh = new_bh; in ocfs2_create_xattr_block() 6200 struct buffer_head **ret_bh, 6257 struct buffer_head **ret_bh, in ocfs2_get_xattr_value_root() argument 6266 if (ret_bh) in ocfs2_get_xattr_value_root() 6267 *ret_bh = bh; in ocfs2_get_xattr_value_root() 6542 struct buffer_head **ret_bh, in ocfs2_create_empty_xattr_block() argument 6566 ret_bh); in ocfs2_create_empty_xattr_block() 6681 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root() argument 6694 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root() [all …]
|
D | refcounttree.c | 1071 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec() argument 1086 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec() 1146 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()
|