Home
last modified time | relevance | path

Searched refs:FS_IOC_GETVERSION (Results 1 – 7 of 7) 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.c160 if (ioctl(fd, FS_IOC_GETVERSION, (void*)&version) < 0) goto LABEL2; in print_file_attr()
/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));