Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dreiserfs_fs.h23 #define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
Dfs.h165 #define FS_IOC_GETVERSION _IOR('v', 1, long) macro
/external/toybox/toys/other/
Dlsattr.c102 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.cc840 unsigned IOCTL_FS_IOC_GETVERSION = FS_IOC_GETVERSION;
Dsanitizer_common_interceptors_ioctl.inc382 _(FS_IOC_GETVERSION, WRITE, sizeof(int));