Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_xattr.c173 .flags = XFS_ATTR_SECURE,
267 } 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.h80 { XFS_ATTR_SECURE, "SECURE" }, \
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_da_format.h694 #define XFS_ATTR_SECURE (1u << XFS_ATTR_SECURE_BIT) macro
696 #define XFS_ATTR_NSP_ONDISK_MASK (XFS_ATTR_ROOT | XFS_ATTR_SECURE)
Dxfs_log_format.h967 XFS_ATTR_SECURE | \
/linux-6.1.9/fs/xfs/scrub/
Dattr.c444 badflags = ~(XFS_ATTR_LOCAL | XFS_ATTR_ROOT | XFS_ATTR_SECURE | in xchk_xattr_rec()