Home
last modified time | relevance | path

Searched refs:FS_IOC_FSGETXATTR (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/lib/e2p/
Dproject.h12 #if defined(__linux__) && !defined(FS_IOC_FSGETXATTR)
13 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
Dfgetproject.c44 #ifndef FS_IOC_FSGETXATTR in fgetproject()
54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fgetproject()
Dfsetproject.c44 #ifndef FS_IOC_FSGETXATTR in fsetproject()
54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fsetproject()
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.h110 #define F2FS_IOC_FSGETXATTR FS_IOC_FSGETXATTR