Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr.c203 struct xfs_buf *leaf_bp = NULL; in xfs_attr_set() local
314 error = xfs_attr_shortform_to_leaf(&args, &leaf_bp); in xfs_attr_set()
322 xfs_trans_bhold(args.trans, leaf_bp); in xfs_attr_set()
335 xfs_trans_bjoin(args.trans, leaf_bp); in xfs_attr_set()
336 leaf_bp = NULL; in xfs_attr_set()
366 if (leaf_bp) in xfs_attr_set()
367 xfs_trans_brelse(args.trans, leaf_bp); in xfs_attr_set()
Dxfs_attr_leaf.h40 struct xfs_buf **leaf_bp);
Dxfs_attr_leaf.c772 struct xfs_buf **leaf_bp) in xfs_attr_shortform_to_leaf() argument
849 *leaf_bp = bp; in xfs_attr_shortform_to_leaf()