Searched refs:ret_bh (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | dlmglue.h | 136 struct buffer_head **ret_bh, 141 struct buffer_head **ret_bh, 201 struct buffer_head **ret_bh,
|
D | dlmglue.c | 2398 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument 2406 *ret_bh = passed_bh; in ocfs2_assign_bh() 2407 get_bh(*ret_bh); in ocfs2_assign_bh() 2412 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh() 2424 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument 2506 if (ret_bh) { in ocfs2_inode_lock_full_nested() 2507 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested() 2516 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested() 2517 brelse(*ret_bh); in ocfs2_inode_lock_full_nested() 2518 *ret_bh = NULL; in ocfs2_inode_lock_full_nested() [all …]
|
D | move_extents.c | 375 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() argument 449 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
|
D | xattr.c | 2862 struct buffer_head **ret_bh) in ocfs2_create_xattr_block() argument 2936 *ret_bh = new_bh; in ocfs2_create_xattr_block() 6204 struct buffer_head **ret_bh, 6261 struct buffer_head **ret_bh, in ocfs2_get_xattr_value_root() argument 6270 if (ret_bh) in ocfs2_get_xattr_value_root() 6271 *ret_bh = bh; in ocfs2_get_xattr_value_root() 6546 struct buffer_head **ret_bh, in ocfs2_create_empty_xattr_block() argument 6570 ret_bh); in ocfs2_create_empty_xattr_block() 6685 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root() argument 6698 xv, ret_bh); in ocfs2_get_reflink_xattr_value_root() [all …]
|
D | refcounttree.c | 1061 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()
|