Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_xattr.c184 .flags = XFS_ATTR_SECURE,
274 } else if (flags & XFS_ATTR_SECURE) { in xfs_xattr_put_listent()
H A Dxfs_iops.c59 .attr_filter = XFS_ATTR_SECURE, in xfs_initxattrs()
H A Dxfs_ioctl.c357 return XFS_ATTR_SECURE; in xfs_attr_filter()
H A Dxfs_trace.h84 { XFS_ATTR_SECURE, "SECURE" }, \
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_format.h704 #define XFS_ATTR_SECURE (1u << XFS_ATTR_SECURE_BIT) macro
707 #define XFS_ATTR_NSP_ONDISK_MASK (XFS_ATTR_ROOT | XFS_ATTR_SECURE)
H A Dxfs_log_format.h974 XFS_ATTR_SECURE | \