Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.h40 struct xfs_buf **leaf_bp);
Dxfs_attr.c230 struct xfs_buf *leaf_bp = NULL; in xfs_attr_set_args() local
258 error = xfs_attr_shortform_to_leaf(args, &leaf_bp); in xfs_attr_set_args()
269 xfs_trans_bhold(args->trans, leaf_bp); in xfs_attr_set_args()
271 xfs_trans_bhold_release(args->trans, leaf_bp); in xfs_attr_set_args()
273 xfs_trans_brelse(args->trans, leaf_bp); in xfs_attr_set_args()
Dxfs_attr_leaf.c779 struct xfs_buf **leaf_bp) in xfs_attr_shortform_to_leaf() argument
856 *leaf_bp = bp; in xfs_attr_shortform_to_leaf()