Home
last modified time | relevance | path

Searched refs:F_GETLEASE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/libbpf/include/uapi/linux/
H A Dfcntl.h9 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl23.c145 TEST(fcntl(fd, F_GETLEASE)); in main()
148 "fcntl(%s, F_GETLEASE) did not return F_RDLCK, returned %ld", in main()
H A Dfcntl25.c156 TEST(fcntl(fd, F_GETLEASE)); in main()
159 "fcntl(%s, F_GETLEASE) did not return F_WRLCK, returned %ld", in main()
H A Dfcntl26.c156 TEST(fcntl(fd, F_GETLEASE)); in main()
159 "fcntl(%s, F_GETLEASE) did not return F_WRLCK, returned %ld", in main()
H A Dfcntl24.c155 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 Dfcntl.h126 #define F_GETLEASE 1025 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h125 #define F_GETLEASE 1025 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h125 #define F_GETLEASE 1025 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h125 #define F_GETLEASE 1025 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h128 #define F_GETLEASE 1025 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h125 #define F_GETLEASE 1025 macro
/third_party/musl/include/
H A Dfcntl.h128 #define F_GETLEASE 1025 macro
/third_party/python/Modules/
H A Dfcntlmodule.c554 #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 Dsyscalls.rs39 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 Dmod.rs470 pub const F_GETLEASE: ::c_int = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs243 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1418 pub const F_GETLEASE: ::c_int = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs248 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs248 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs255 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs252 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs255 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs252 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs242 pub const F_GETLEASE: u32 = 1025; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs246 pub const F_GETLEASE: u32 = 1025; consts

Completed in 141 milliseconds

12