Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ocfs2/
Ddlmglue.h136 struct buffer_head **ret_bh,
141 struct buffer_head **ret_bh,
201 struct buffer_head **ret_bh,
Ddlmglue.c2401 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument
2409 *ret_bh = passed_bh; in ocfs2_assign_bh()
2410 get_bh(*ret_bh); in ocfs2_assign_bh()
2415 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh()
2427 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument
2509 if (ret_bh) { in ocfs2_inode_lock_full_nested()
2510 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested()
2519 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested()
2520 brelse(*ret_bh); in ocfs2_inode_lock_full_nested()
2521 *ret_bh = NULL; in ocfs2_inode_lock_full_nested()
[all …]
Dmove_extents.c365 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument
439 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
Dxattr.c2858 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument
2932 *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 …]
Drefcounttree.c1061 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec() argument
1076 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec()
1134 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()