/third_party/ltp/include/lapi/ |
D | fs.h | 20 #ifndef FS_IOC_GETFLAGS 21 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/third_party/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
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx08.c | 91 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in caid_flags_setup() 161 SAFE_IOCTL(fd, FS_IOC_GETFLAGS, &attr); in cleanup()
|
D | statx04.c | 79 TEST(ioctl(fd, FS_IOC_GETFLAGS, &i)); in setup()
|
/third_party/toybox/toys/pending/ |
D | strace.c | 70 #define FS_IOC_GETFLAGS 0x80086601 88 C(FS_IOC_GETFLAGS); 440 case FS_IOC_GETFLAGS: TT.fmt = "fi/{longx}"; break;
|
/third_party/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 106 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate06.c | 69 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in toggle_cow()
|
/third_party/toybox/toys/other/ |
D | lsattr.c | 89 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 186 if (ioctl(fd, FS_IOC_GETFLAGS, &attr)) { in change_attr()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 218 #define FS_IOC_GETFLAGS 0x80046601ul macro 1774 #define FS_IOC_GETFLAGS 0x80086601ul macro 3334 #define FS_IOC_GETFLAGS 0x80086601ul macro 4890 #define FS_IOC_GETFLAGS 0x80046601ul macro 6337 #define FS_IOC_GETFLAGS 0x40086601ul macro 7783 #define FS_IOC_GETFLAGS 0x40086601ul macro 9333 #define FS_IOC_GETFLAGS 0x40046601ul macro 10889 #define FS_IOC_GETFLAGS 0x80086601ul macro
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 216 FS_IOC_GETFLAGS
|
D | list.c | 466 IOCTL_REQUEST(FS_IOC_GETFLAGS); in list()
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2147771905; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 213 pub const FS_IOC_GETFLAGS: u32 = 1074292225; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 213 pub const FS_IOC_GETFLAGS: u32 = 1074292225; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2147771905; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | ioctl.rs | 212 pub const FS_IOC_GETFLAGS: u32 = 1074292225; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | ioctl.rs | 212 pub const FS_IOC_GETFLAGS: u32 = 1074030081; constant
|