Searched refs:FS_IOC_FSGETXATTR (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | project.h | 12 #if defined(__linux__) && !defined(FS_IOC_FSGETXATTR) 13 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
|
D | fgetproject.c | 44 #ifndef FS_IOC_FSGETXATTR in fgetproject() 54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fgetproject()
|
D | fsetproject.c | 44 #ifndef FS_IOC_FSGETXATTR in fsetproject() 54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fsetproject()
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 98 #define F2FS_IOC_FSGETXATTR FS_IOC_FSGETXATTR
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 210 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 129 FS_IOC_FSGETXATTR = 2149341215
|
D | sys_amd64.const | 129 FS_IOC_FSGETXATTR = 2149341215
|
D | sys_ppc64le.const | 129 FS_IOC_FSGETXATTR = 1075599391
|
D | sys_arm.const | 129 FS_IOC_FSGETXATTR = 2149341215
|
D | sys_arm64.const | 129 FS_IOC_FSGETXATTR = 2149341215
|
D | sys.txt | 173 ioctl$FS_IOC_FSGETXATTR(fd fd, cmd const[FS_IOC_FSGETXATTR], arg ptr[in, fsxattr])
|