Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_fs.h576 #define XFS_IOC_ATTR_CREATE 0x0010 /* fail if attr already exists */ macro
/Linux-v6.6/fs/xfs/
Dxfs_ioctl.c365 if (ioc_flags & XFS_IOC_ATTR_CREATE) in xfs_attr_flags()