Searched refs:FS_IOC_GETVERSION (Results 1 – 10 of 10) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 24 #define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
|
D | fs.h | 206 #define FS_IOC_GETVERSION _IOR('v', 1, long) macro
|
/external/strace/ |
D | ioctl_redefs2.h | 513 #ifdef FS_IOC_GETVERSION 514 # undef FS_IOC_GETVERSION 515 # define FS_IOC_GETVERSION 0x80047601 macro
|
D | ioctl_redefs1.h | 577 #ifdef FS_IOC_GETVERSION 578 # undef FS_IOC_GETVERSION 579 # define FS_IOC_GETVERSION 0x80047601 macro
|
/external/toybox/toys/other/ |
D | lsattr.c | 161 if (ioctl(fd, FS_IOC_GETVERSION, (void*)&version) < 0) goto LABEL2; in print_file_attr()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2500 #ifdef FS_IOC_GETVERSION 2501 { "FS_IOC_GETVERSION", (unsigned long) FS_IOC_GETVERSION },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 845 unsigned IOCTL_FS_IOC_GETVERSION = FS_IOC_GETVERSION;
|
D | sanitizer_common_interceptors_ioctl.inc | 385 _(FS_IOC_GETVERSION, WRITE, sizeof(int));
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 843 unsigned IOCTL_FS_IOC_GETVERSION = FS_IOC_GETVERSION;
|
D | sanitizer_common_interceptors_ioctl.inc | 388 _(FS_IOC_GETVERSION, WRITE, sizeof(int));
|