Home
last modified time | relevance | path

Searched refs:FS_IOC_GETFLAGS (Results 1 – 20 of 20) sorted by relevance

/external/ltp/include/lapi/
Dfs.h20 #ifndef FS_IOC_GETFLAGS
21 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h51 #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/
Dopen-unlink.c24 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/
Dstatx04.c124 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/
Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
Dfs.h204 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/external/crosvm/seccomp/aarch64/
Dfs_device.policy33 arg1 == FS_IOC_GETFLAGS || \
/external/crosvm/seccomp/arm/
Dfs_device.policy33 arg1 == FS_IOC_GETFLAGS || \
/external/crosvm/seccomp/x86_64/
Dfs_device.policy32 arg1 == FS_IOC_GETFLAGS || \
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c106 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
/external/strace/
Dioctl_redefs2.h509 #ifdef FS_IOC_GETFLAGS
510 # undef FS_IOC_GETFLAGS
511 # define FS_IOC_GETFLAGS 0x80046601 macro
Dioctl_redefs1.h573 #ifdef FS_IOC_GETFLAGS
574 # undef FS_IOC_GETFLAGS
575 # define FS_IOC_GETFLAGS 0x80046601 macro
/external/toybox/toys/other/
Dlsattr.c127 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
/external/minijail/linux-x86/
Dlibconstants.gen.c2494 #ifdef FS_IOC_GETFLAGS
2495 { "FS_IOC_GETFLAGS", (unsigned long) FS_IOC_GETFLAGS },
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc844 unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
Dsanitizer_common_interceptors_ioctl.inc384 _(FS_IOC_GETFLAGS, WRITE, sizeof(int));
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp842 unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
Dsanitizer_common_interceptors_ioctl.inc387 _(FS_IOC_GETFLAGS, WRITE, sizeof(int));
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs105 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/
Dfile_util_unittest.cc1466 ioctl(file1.GetPlatformFile(), FS_IOC_GETFLAGS, &flags) == 0; in TEST_F()