/third_party/ltp/include/lapi/ |
H A D | fs.h | 23 #ifndef FS_IOC_GETFLAGS 24 # define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/third_party/f2fs-tools/tools/f2fs_io/ |
H A 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/ |
H A D | statx09.c | 13 * enabled. This can perform better than FS_IOC_GETFLAGS and 89 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in flag_setup() 92 tst_brk(TCONF | TERRNO, "FS_IOC_GETFLAGS not supported"); in flag_setup() 94 tst_brk(TBROK | TERRNO, "ioctl(%i, FS_IOC_GETFLAGS, ...)", fd); in flag_setup() 115 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in flag_setup()
|
H A D | statx08.c | 92 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in caid_flags_setup() 95 tst_brk(TCONF | TERRNO, "FS_IOC_GETFLAGS not supported"); in caid_flags_setup() 100 "ntfs3g does not support FS_IOC_GETFLAGS"); in caid_flags_setup() 103 tst_brk(TBROK | TERRNO, "ioctl(%i, FS_IOC_GETFLAGS, ...)", fd); in caid_flags_setup() 162 SAFE_IOCTL(fd, FS_IOC_GETFLAGS, &attr); in cleanup()
|
H A D | statx04.c | 87 TEST(ioctl(fd, FS_IOC_GETFLAGS, &i)); in setup()
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 70 #define FS_IOC_GETFLAGS 0x80086601 macro 88 C(FS_IOC_GETFLAGS); in strioctl() 440 case FS_IOC_GETFLAGS: TT.fmt = "fi/{longx}"; break; in print_enter()
|
/third_party/ltp/testcases/kernel/syscalls/setxattr/ |
H A D | setxattr03.c | 106 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate06.c | 69 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in toggle_cow()
|
/third_party/toybox/toys/other/ |
H A D | lsattr.c | 89 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 186 if (ioctl(fd, FS_IOC_GETFLAGS, &attr)) { in change_attr() 190 tst_brk(TBROK | TERRNO, "ioctl(fd, FS_IOC_GETFLAGS, &attr) failed"); in change_attr()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A 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/src/aarch64/ |
H A D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 466 IOCTL_REQUEST(FS_IOC_GETFLAGS); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 213 pub const FS_IOC_GETFLAGS: u32 = 1074292225; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 212 pub const FS_IOC_GETFLAGS: u32 = 1074292225; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 213 pub const FS_IOC_GETFLAGS: u32 = 1074292225; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 212 pub const FS_IOC_GETFLAGS: u32 = 1074030081; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2147771905; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 218 pub const FS_IOC_GETFLAGS: u32 = 2147771905; consts
|