Searched refs:FS_IOC_FSGETXATTR (Results 1 – 4 of 4) sorted by relevance
12 #if defined(__linux__) && !defined(FS_IOC_FSGETXATTR)13 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
44 #ifndef FS_IOC_FSGETXATTR in fgetproject()54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fgetproject()
44 #ifndef FS_IOC_FSGETXATTR in fsetproject()54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fsetproject()
110 #define F2FS_IOC_FSGETXATTR FS_IOC_FSGETXATTR