/external/ltp/include/lapi/ |
D | fs.h | 21 #ifndef FS_IOC_GETFLAGS 22 # define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/external/ltp/testcases/kernel/syscalls/unlink/ |
D | unlink09.c | 42 SAFE_IOCTL(fd, FS_IOC_GETFLAGS, &attr); in setup_inode_flag() 63 TEST(ioctl(fd_immutable, FS_IOC_GETFLAGS, &attr)); in setup()
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 54 #ifndef FS_IOC_GETFLAGS 55 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro 62 #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 | statx09.c | 89 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in flag_setup() 115 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in flag_setup()
|
D | statx08.c | 92 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in caid_flags_setup() 162 SAFE_IOCTL(fd, FS_IOC_GETFLAGS, &attr); in cleanup()
|
D | statx04.c | 87 TEST(ioctl(fd, FS_IOC_GETFLAGS, &i)); in setup()
|
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 241 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 250 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/crosvm/jail/seccomp/riscv64/ |
D | fs_device.policy | 36 arg1 == FS_IOC_GETFLAGS || \
|
/external/crosvm/jail/seccomp/aarch64/ |
D | fs_device.policy | 36 arg1 == FS_IOC_GETFLAGS || \
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 190 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 199 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/crosvm/jail/seccomp/x86_64/ |
D | fs_device.policy | 35 arg1 == FS_IOC_GETFLAGS || \
|
/external/crosvm/jail/seccomp/arm/ |
D | fs_device.policy | 37 arg1 == FS_IOC_GETFLAGS || \
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 270 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 282 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 270 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 282 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 218 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 230 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 218 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 230 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 204 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 213 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 232 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 244 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 222 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x80046601; constant 235 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x80086601; constant
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 232 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40046601; constant 244 pub const FS_IOC_GETFLAGS: ::Ioctl = 0x40086601; constant
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ficlone03.c | 91 SAFE_IOCTL(immut_fd, FS_IOC_GETFLAGS, &attr); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 106 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
|
/external/sandboxed-api/oss-internship-2020/libarchive/examples/ |
D | sandbox.h | 65 {ARG(1), JEQ(FS_IOC_GETFLAGS, ALLOW)}); in ModifyPolicy()
|