Home
last modified time | relevance | path

Searched refs:FS_IOC_GETVERSION (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dreiserfs_fs.h24 #define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
Dfs.h206 #define FS_IOC_GETVERSION _IOR('v', 1, long) macro
/external/strace/
Dioctl_redefs2.h513 #ifdef FS_IOC_GETVERSION
514 # undef FS_IOC_GETVERSION
515 # define FS_IOC_GETVERSION 0x80047601 macro
Dioctl_redefs1.h577 #ifdef FS_IOC_GETVERSION
578 # undef FS_IOC_GETVERSION
579 # define FS_IOC_GETVERSION 0x80047601 macro
/external/toybox/toys/other/
Dlsattr.c161 if (ioctl(fd, FS_IOC_GETVERSION, (void*)&version) < 0) goto LABEL2; in print_file_attr()
/external/minijail/linux-x86/
Dlibconstants.gen.c2500 #ifdef FS_IOC_GETVERSION
2501 { "FS_IOC_GETVERSION", (unsigned long) FS_IOC_GETVERSION },
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc845 unsigned IOCTL_FS_IOC_GETVERSION = FS_IOC_GETVERSION;
Dsanitizer_common_interceptors_ioctl.inc385 _(FS_IOC_GETVERSION, WRITE, sizeof(int));
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp843 unsigned IOCTL_FS_IOC_GETVERSION = FS_IOC_GETVERSION;
Dsanitizer_common_interceptors_ioctl.inc388 _(FS_IOC_GETVERSION, WRITE, sizeof(int));