Searched refs:FS_IOC_SETVERSION (Results 1 – 10 of 10) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 25 #define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
|
D | fs.h | 207 #define FS_IOC_SETVERSION _IOW('v', 2, long) macro
|
/external/strace/ |
D | ioctl_redefs2.h | 521 #ifdef FS_IOC_SETVERSION 522 # undef FS_IOC_SETVERSION 523 # define FS_IOC_SETVERSION 0x40047602 macro
|
D | ioctl_redefs1.h | 585 #ifdef FS_IOC_SETVERSION 586 # undef FS_IOC_SETVERSION 587 # define FS_IOC_SETVERSION 0x40047602 macro
|
/external/toybox/toys/other/ |
D | lsattr.c | 329 if (FLAG(v) && (ioctl(fd, FS_IOC_SETVERSION, &v)<0)) in update_attr()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2518 #ifdef FS_IOC_SETVERSION 2519 { "FS_IOC_SETVERSION", (unsigned long) FS_IOC_SETVERSION },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 847 unsigned IOCTL_FS_IOC_SETVERSION = FS_IOC_SETVERSION;
|
D | sanitizer_common_interceptors_ioctl.inc | 387 _(FS_IOC_SETVERSION, READ, sizeof(int));
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 845 unsigned IOCTL_FS_IOC_SETVERSION = FS_IOC_SETVERSION;
|
D | sanitizer_common_interceptors_ioctl.inc | 390 _(FS_IOC_SETVERSION, READ, sizeof(int));
|