Searched refs:FS_IOC_GETFLAGS (Results 1 – 20 of 20) sorted by relevance
/external/ltp/include/lapi/ |
D | fs.h | 20 #ifndef FS_IOC_GETFLAGS 21 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 51 #ifndef FS_IOC_GETFLAGS 52 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro 59 #define F2FS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
/external/linux-kselftest/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 24 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in set_immutable() 55 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in get_immutable()
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx04.c | 124 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in caid_flags_setup() 166 SAFE_IOCTL(fd, FS_IOC_GETFLAGS, &attr); in cleanup()
|
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
D | fs.h | 204 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/external/crosvm/seccomp/aarch64/ |
D | fs_device.policy | 33 arg1 == FS_IOC_GETFLAGS || \
|
/external/crosvm/seccomp/arm/ |
D | fs_device.policy | 33 arg1 == FS_IOC_GETFLAGS || \
|
/external/crosvm/seccomp/x86_64/ |
D | fs_device.policy | 32 arg1 == FS_IOC_GETFLAGS || \
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 106 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
|
/external/strace/ |
D | ioctl_redefs2.h | 509 #ifdef FS_IOC_GETFLAGS 510 # undef FS_IOC_GETFLAGS 511 # define FS_IOC_GETFLAGS 0x80046601 macro
|
D | ioctl_redefs1.h | 573 #ifdef FS_IOC_GETFLAGS 574 # undef FS_IOC_GETFLAGS 575 # define FS_IOC_GETFLAGS 0x80046601 macro
|
/external/toybox/toys/other/ |
D | lsattr.c | 127 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2494 #ifdef FS_IOC_GETFLAGS 2495 { "FS_IOC_GETFLAGS", (unsigned long) FS_IOC_GETFLAGS },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 844 unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
|
D | sanitizer_common_interceptors_ioctl.inc | 384 _(FS_IOC_GETFLAGS, WRITE, sizeof(int));
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 842 unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
|
D | sanitizer_common_interceptors_ioctl.inc | 387 _(FS_IOC_GETFLAGS, WRITE, sizeof(int));
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 105 ioctl_ior_nr!(FS_IOC_GETFLAGS, 'f' as u32, 1, c_long); 954 let res = unsafe { ioctl_with_mut_ptr(&*data, FS_IOC_GETFLAGS(), &mut flags) }; in get_flags()
|
/external/libchrome/base/files/ |
D | file_util_unittest.cc | 1466 ioctl(file1.GetPlatformFile(), FS_IOC_GETFLAGS, &flags) == 0; in TEST_F()
|