Home
last modified time | relevance | path

Searched refs:FS_IOC_GETFLAGS (Results 1 - 22 of 22) sorted by relevance

/third_party/ltp/include/lapi/
H A Dfs.h23 #ifndef FS_IOC_GETFLAGS
24 # define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/third_party/f2fs-tools/tools/f2fs_io/
H A 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
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx09.c13 * 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 Dstatx08.c92 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 Dstatx04.c87 TEST(ioctl(fd, FS_IOC_GETFLAGS, &i)); in setup()
/third_party/toybox/toys/pending/
H A Dstrace.c70 #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 Dsetxattr03.c106 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate06.c69 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in toggle_cow()
/third_party/toybox/toys/other/
H A Dlsattr.c89 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c186 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 Dioctl.h218 #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 Dioctl.rs218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c466 IOCTL_REQUEST(FS_IOC_GETFLAGS); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs213 pub const FS_IOC_GETFLAGS: u32 = 1074292225; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs212 pub const FS_IOC_GETFLAGS: u32 = 1074292225; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs213 pub const FS_IOC_GETFLAGS: u32 = 1074292225; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs212 pub const FS_IOC_GETFLAGS: u32 = 1074030081; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs218 pub const FS_IOC_GETFLAGS: u32 = 2147771905; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs218 pub const FS_IOC_GETFLAGS: u32 = 2148034049; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs218 pub const FS_IOC_GETFLAGS: u32 = 2147771905; consts

Completed in 102 milliseconds