Searched refs:xfs_attr_set (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_parent.c | 355 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 D | xfs_xattr.c | 128 return xfs_attr_set(args, op, in xfs_attr_change()
|
/linux/fs/xfs/scrub/ |
H A D | parent_repair.c | 1033 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 D | attr_repair.c | 672 * 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()
|