Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr.c258 struct xfs_buf *leaf_bp = NULL; in xfs_attr_set_args() local
286 error = xfs_attr_shortform_to_leaf(args, &leaf_bp); in xfs_attr_set_args()
297 xfs_trans_bhold(args->trans, leaf_bp); in xfs_attr_set_args()
299 xfs_trans_bhold_release(args->trans, leaf_bp); in xfs_attr_set_args()
301 xfs_trans_brelse(args->trans, leaf_bp); in xfs_attr_set_args()
Dxfs_attr_leaf.h40 struct xfs_buf **leaf_bp);
Dxfs_attr_leaf.c805 struct xfs_buf **leaf_bp) in xfs_attr_shortform_to_leaf() argument
867 *leaf_bp = bp; in xfs_attr_shortform_to_leaf()