Home
last modified time | relevance | path

Searched refs:xfs_attr_set (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_parent.c355 return xfs_attr_set(scratch, XFS_ATTRUPDATE_CREATE, false); in xfs_parent_set()
378 return xfs_attr_set(scratch, XFS_ATTRUPDATE_REMOVE, false); in xfs_parent_unset()
/linux/fs/xfs/
H A Dxfs_xattr.c128 return xfs_attr_set(args, op, in xfs_attr_change()
/linux/fs/xfs/scrub/
H A Dparent_repair.c1033 return xfs_attr_set(&args, XFS_ATTRUPDATE_UPSERT, false); in xrep_parent_insert_xattr()
1058 * scrub transaction and drop the ILOCK so that xfs_attr_set can in xrep_parent_flush_xattrs()
H A Dattr_repair.c672 * xfs_attr_set creates and commits its own transaction. If the attr in xrep_xattr_insert_rec()
676 error = xfs_attr_set(&args, XFS_ATTRUPDATE_CREATE, false); in xrep_xattr_insert_rec()
707 * scrub transaction and drop the two ILOCKs so that xfs_attr_set can in xrep_xattr_flush_stashed()