Home
last modified time | relevance | path

Searched refs:XFS_ATTR_ROOT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_xattr.c163 if (!error && (handler->flags & XFS_ATTR_ROOT)) in xfs_xattr_set()
177 .flags = XFS_ATTR_ROOT,
244 if (flags & XFS_ATTR_ROOT) { in xfs_xattr_put_listent()
H A Dxfs_acl.c136 .attr_filter = XFS_ATTR_ROOT, in xfs_get_acl()
180 .attr_filter = XFS_ATTR_ROOT, in __xfs_set_acl()
H A Dxfs_ioctl.c356 return XFS_ATTR_ROOT; in xfs_attr_filter()
H A Dxfs_trace.h83 { XFS_ATTR_ROOT, "ROOT" }, \
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_format.h703 #define XFS_ATTR_ROOT (1u << XFS_ATTR_ROOT_BIT) macro
707 #define XFS_ATTR_NSP_ONDISK_MASK (XFS_ATTR_ROOT | XFS_ATTR_SECURE)
H A Dxfs_log_format.h973 #define XFS_ATTRI_FILTER_MASK (XFS_ATTR_ROOT | \
H A Dxfs_attr.c1020 bool rsvd = (args->attr_filter & XFS_ATTR_ROOT); in xfs_attr_set()