Home
last modified time | relevance | path

Searched refs:XFS_IOC_ATTR_SECURE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c356 if (ioc_flags & XFS_IOC_ATTR_SECURE) in xfs_attr_filter()
392 if (flags & ~(XFS_IOC_ATTR_ROOT | XFS_IOC_ATTR_SECURE)) in xfs_ioc_attr_list()
394 if (flags == (XFS_IOC_ATTR_ROOT | XFS_IOC_ATTR_SECURE)) in xfs_ioc_attr_list()
548 if ((flags & XFS_IOC_ATTR_ROOT) && (flags & XFS_IOC_ATTR_SECURE)) in xfs_ioc_attrmulti_one()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h575 #define XFS_IOC_ATTR_SECURE 0x0008 /* use attrs in security namespace */ macro