Home
last modified time | relevance | path

Searched refs:leaf_bp (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_attr.c227 struct xfs_buf **leaf_bp) in xfs_attr_set_shortform() argument
245 error = xfs_attr_shortform_to_leaf(args, leaf_bp); in xfs_attr_set_shortform()
255 xfs_trans_bhold(args->trans, *leaf_bp); in xfs_attr_set_shortform()
257 xfs_trans_bhold_release(args->trans, *leaf_bp); in xfs_attr_set_shortform()
259 xfs_trans_brelse(args->trans, *leaf_bp); in xfs_attr_set_shortform()
274 struct xfs_buf *leaf_bp = NULL; in xfs_attr_set_args() local
291 error = xfs_attr_set_shortform(args, &leaf_bp); in xfs_attr_set_args()
Dxfs_attr_leaf.h53 struct xfs_buf **leaf_bp);
Dxfs_attr_leaf.c901 struct xfs_buf **leaf_bp) in xfs_attr_shortform_to_leaf() argument
963 *leaf_bp = bp; in xfs_attr_shortform_to_leaf()