Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_xattr.c184 .flags = XFS_ATTR_SECURE,
274 } else if (flags & XFS_ATTR_SECURE) { in xfs_xattr_put_listent()
Dxfs_iops.c59 .attr_filter = XFS_ATTR_SECURE, in xfs_initxattrs()
Dxfs_ioctl.c357 return XFS_ATTR_SECURE; in xfs_attr_filter()
Dxfs_trace.h84 { XFS_ATTR_SECURE, "SECURE" }, \
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_da_format.h704 #define XFS_ATTR_SECURE (1u << XFS_ATTR_SECURE_BIT) macro
706 #define XFS_ATTR_NSP_ONDISK_MASK (XFS_ATTR_ROOT | XFS_ATTR_SECURE)
Dxfs_log_format.h974 XFS_ATTR_SECURE | \
/linux-6.6.21/fs/xfs/scrub/
Dattr.c496 badflags = ~(XFS_ATTR_LOCAL | XFS_ATTR_ROOT | XFS_ATTR_SECURE | in xchk_xattr_rec()