Home
last modified time | relevance | path

Searched refs:ret_bh (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.h138 struct buffer_head **ret_bh,
143 struct buffer_head **ret_bh,
203 struct buffer_head **ret_bh,
H A Ddlmglue.c2391 struct buffer_head **ret_bh, in ocfs2_assign_bh()
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()
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()
2390 ocfs2_assign_bh(struct inode *inode, struct buffer_head **ret_bh, struct buffer_head *passed_bh) ocfs2_assign_bh() argument
2416 ocfs2_inode_lock_full_nested(struct inode *inode, struct buffer_head **ret_bh, int ex, int arg_flags, int subclass) ocfs2_inode_lock_full_nested() argument
2537 ocfs2_inode_lock_with_page(struct inode *inode, struct buffer_head **ret_bh, int ex, struct page *page) ocfs2_inode_lock_with_page() argument
2664 ocfs2_inode_lock_tracker(struct inode *inode, struct buffer_head **ret_bh, int ex, struct ocfs2_lock_holder *oh) ocfs2_inode_lock_tracker() argument
[all...]
H A Dmove_extents.c367 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group()
441 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
363 ocfs2_find_victim_alloc_group(struct inode *inode, u64 vict_blkno, int type, int slot, int *vict_bit, struct buffer_head **ret_bh) ocfs2_find_victim_alloc_group() argument
H A Dxattr.c2864 struct buffer_head **ret_bh) in ocfs2_create_xattr_block()
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()
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()
6572 ret_bh); in ocfs2_create_empty_xattr_block()
6679 * will call this function to get the right ret_bh.
6687 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root()
2860 ocfs2_create_xattr_block(struct inode *inode, struct buffer_head *inode_bh, struct ocfs2_xattr_set_ctxt *ctxt, int indexed, struct buffer_head **ret_bh) ocfs2_create_xattr_block() argument
6258 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_xattr_value_root() argument
6546 ocfs2_create_empty_xattr_block(struct inode *inode, struct buffer_head *fe_bh, struct buffer_head **ret_bh, int indexed) ocfs2_create_empty_xattr_block() argument
6682 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_reflink_xattr_value_root() argument
6709 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_value_tree_metas_in_bucket() argument
[all...]
H A Drefcounttree.c1063 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec()
1078 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec()
1136 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()
1058 ocfs2_get_refcount_rec(struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, unsigned int len, struct ocfs2_refcount_rec *ret_rec, int *index, struct buffer_head **ret_bh) ocfs2_get_refcount_rec() argument
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.h136 struct buffer_head **ret_bh,
141 struct buffer_head **ret_bh,
201 struct buffer_head **ret_bh,
H A Ddlmglue.c2401 struct buffer_head **ret_bh, in ocfs2_assign_bh()
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()
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()
2400 ocfs2_assign_bh(struct inode *inode, struct buffer_head **ret_bh, struct buffer_head *passed_bh) ocfs2_assign_bh() argument
2426 ocfs2_inode_lock_full_nested(struct inode *inode, struct buffer_head **ret_bh, int ex, int arg_flags, int subclass) ocfs2_inode_lock_full_nested() argument
2547 ocfs2_inode_lock_with_page(struct inode *inode, struct buffer_head **ret_bh, int ex, struct page *page) ocfs2_inode_lock_with_page() argument
2674 ocfs2_inode_lock_tracker(struct inode *inode, struct buffer_head **ret_bh, int ex, struct ocfs2_lock_holder *oh) ocfs2_inode_lock_tracker() argument
[all...]
H A Dmove_extents.c365 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group()
439 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
361 ocfs2_find_victim_alloc_group(struct inode *inode, u64 vict_blkno, int type, int slot, int *vict_bit, struct buffer_head **ret_bh) ocfs2_find_victim_alloc_group() argument
H A Dxattr.c2858 struct buffer_head **ret_bh) in ocfs2_create_xattr_block()
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()
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()
6566 ret_bh); in ocfs2_create_empty_xattr_block()
6673 * will call this function to get the right ret_bh.
6681 struct buffer_head **ret_bh, in ocfs2_get_reflink_xattr_value_root()
2854 ocfs2_create_xattr_block(struct inode *inode, struct buffer_head *inode_bh, struct ocfs2_xattr_set_ctxt *ctxt, int indexed, struct buffer_head **ret_bh) ocfs2_create_xattr_block() argument
6252 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_xattr_value_root() argument
6540 ocfs2_create_empty_xattr_block(struct inode *inode, struct buffer_head *fe_bh, struct buffer_head **ret_bh, int indexed) ocfs2_create_empty_xattr_block() argument
6676 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_reflink_xattr_value_root() argument
6703 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_value_tree_metas_in_bucket() argument
[all...]
H A Drefcounttree.c1061 struct buffer_head **ret_bh) in ocfs2_get_refcount_rec()
1076 *ret_bh = ref_root_bh; in ocfs2_get_refcount_rec()
1134 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec()
1056 ocfs2_get_refcount_rec(struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, unsigned int len, struct ocfs2_refcount_rec *ret_rec, int *index, struct buffer_head **ret_bh) ocfs2_get_refcount_rec() argument

Completed in 39 milliseconds