/third_party/libbpf/include/uapi/linux/ |
H A D | fcntl.h | 9 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl23.c | 145 TEST(fcntl(fd, F_GETLEASE)); in main() 148 "fcntl(%s, F_GETLEASE) did not return F_RDLCK, returned %ld", in main()
|
H A D | fcntl25.c | 156 TEST(fcntl(fd, F_GETLEASE)); in main() 159 "fcntl(%s, F_GETLEASE) did not return F_WRLCK, returned %ld", in main()
|
H A D | fcntl26.c | 156 TEST(fcntl(fd, F_GETLEASE)); in main() 159 "fcntl(%s, F_GETLEASE) did not return F_WRLCK, returned %ld", in main()
|
H A D | fcntl24.c | 155 TEST(fcntl(fd, F_GETLEASE)); in main() 158 "fcntl(%s, F_GETLEASE) did not return F_WRLCK, returned %ld", in main()
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 126 #define F_GETLEASE 1025 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 125 #define F_GETLEASE 1025 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 125 #define F_GETLEASE 1025 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 125 #define F_GETLEASE 1025 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 128 #define F_GETLEASE 1025 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 125 #define F_GETLEASE 1025 macro
|
/third_party/musl/include/ |
H A D | fcntl.h | 128 #define F_GETLEASE 1025 macro
|
/third_party/python/Modules/ |
H A D | fcntlmodule.c | 554 #ifdef F_GETLEASE in all_ins() 555 if (PyModule_AddIntMacro(m, F_GETLEASE)) return -1; in all_ins()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 39 AT_SYMLINK_NOFOLLOW, F_ADD_SEALS, F_GETFL, F_GETLEASE, F_GETOWN, F_GETPIPE_SZ, F_GETSIG, 917 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETLEASE))) 921 ret_c_int(syscall_readonly!(__NR_fcntl, fd, c_uint(F_GETLEASE)))
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 470 pub const F_GETLEASE: ::c_int = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 243 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1418 pub const F_GETLEASE: ::c_int = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 248 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 248 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 255 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 252 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 255 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 252 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 242 pub const F_GETLEASE: u32 = 1025; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 246 pub const F_GETLEASE: u32 = 1025; consts
|