Home
last modified time | relevance | path

Searched refs:ret_bh (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Ddlmglue.h120 struct buffer_head **ret_bh,
125 struct buffer_head **ret_bh,
Ddlmglue.c2293 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 …]
Dmove_extents.c367 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument
441 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
Dxattr.c2847 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument
2921 *ret_bh = new_bh; in ocfs2_create_xattr_block()
6192 struct buffer_head **ret_bh,
6249 struct buffer_head **ret_bh, in ocfs2_get_xattr_value_root() argument
6258 if (ret_bh) in ocfs2_get_xattr_value_root()
6259 *ret_bh = bh; in ocfs2_get_xattr_value_root()
6534 struct buffer_head **ret_bh, in ocfs2_create_empty_xattr_block() argument
6558 ret_bh); in ocfs2_create_empty_xattr_block()
6673 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root() argument
6686 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root()
[all …]
Drefcounttree.c1069 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()