Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h577 #define XFS_IOC_ATTR_REPLACE 0x0020 /* fail if attr does not exist */ macro
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c368 if (ioc_flags & XFS_IOC_ATTR_REPLACE) in xfs_attr_flags()