Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_handle.c402 if (ioc_flags & XFS_IOC_ATTR_ROOT) in xfs_attr_filter()
443 if (flags & ~(XFS_IOC_ATTR_ROOT | XFS_IOC_ATTR_SECURE)) in xfs_ioc_attr_list()
445 if (flags == (XFS_IOC_ATTR_ROOT | XFS_IOC_ATTR_SECURE)) in xfs_ioc_attr_list()
578 if (!error && (flags & XFS_IOC_ATTR_ROOT)) in xfs_attrmulti_attr_set()
597 if ((flags & XFS_IOC_ATTR_ROOT) && (flags & XFS_IOC_ATTR_SECURE)) in xfs_ioc_attrmulti_one()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h581 #define XFS_IOC_ATTR_ROOT 0x0002 /* use attrs in root namespace */ macro