Searched refs:XFS_ATTR_ROOT (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_xattr.c166 if (!error && (handler->flags & XFS_ATTR_ROOT))
180 .flags = XFS_ATTR_ROOT,
247 if (flags & XFS_ATTR_ROOT) {
H A Dxfs_acl.c136 .attr_filter = XFS_ATTR_ROOT,
180 .attr_filter = XFS_ATTR_ROOT,
H A Dxfs_ioctl.c356 return XFS_ATTR_ROOT;
H A Dxfs_trace.h87 { XFS_ATTR_ROOT, "ROOT" }, \
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h719 #define XFS_ATTR_ROOT (1u << XFS_ATTR_ROOT_BIT) macro
722 #define XFS_ATTR_NSP_ONDISK_MASK (XFS_ATTR_ROOT | XFS_ATTR_SECURE)
H A Dxfs_log_format.h975 #define XFS_ATTRI_FILTER_MASK (XFS_ATTR_ROOT | \
H A Dxfs_attr.c928 bool rsvd = (args->attr_filter & XFS_ATTR_ROOT);
/linux-master/fs/xfs/scrub/
H A Dattr.c496 badflags = ~(XFS_ATTR_LOCAL | XFS_ATTR_ROOT | XFS_ATTR_SECURE |

Completed in 147 milliseconds