Home
last modified time | relevance | path

Searched refs:F_SETLEASE (Results 1 – 21 of 21) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl23.c132 #ifdef F_SETLEASE in main()
136 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
151 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
Dfcntl24.c138 #ifdef F_SETLEASE in main()
142 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main()
161 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
Dfcntl25.c139 #ifdef F_SETLEASE in main()
143 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main()
162 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
Dfcntl26.c139 #ifdef F_SETLEASE in main()
143 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main()
162 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
Dfcntl33.c116 TEST(fcntl(fd, F_SETLEASE, test_cases[i].lease_type)); in do_test()
144 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in do_test()
160 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in do_test()
Dfcntl27.c129 #ifdef F_SETLEASE in main()
133 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
Dfcntl28.c126 #ifdef F_SETLEASE in main()
130 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
Dfcntl32.c104 TEST(fcntl(fd1, F_SETLEASE, F_WRLCK)); in verify_fcntl()
/external/strace/xlat/
Dfcntlcmds.h324 #if defined(F_SETLEASE) || (defined(HAVE_DECL_F_SETLEASE) && HAVE_DECL_F_SETLEASE)
326 static_assert((F_SETLEASE) == ((1024 + 0)), "F_SETLEASE != (1024 + 0)");
329 # define F_SETLEASE (1024 + 0)
487 XLAT(F_SETLEASE),
Dfcntlcmds.in90 F_SETLEASE (1024 + 0)
/external/kernel-headers/original/uapi/linux/
Dfcntl.h8 #define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0) macro
/external/python/cpython2/Modules/
Dfcntlmodule.c518 #ifdef F_SETLEASE in all_ins()
519 if (ins(d, "F_SETLEASE", (long)F_SETLEASE)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c563 #ifdef F_SETLEASE in all_ins()
564 if (PyModule_AddIntMacro(m, F_SETLEASE)) return -1; in all_ins()
/external/strace/
Dfcntl.c127 case F_SETLEASE: in print_fcntl()
DChangeLog-CVS90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
DChangeLog29328 * fcntl.c (print_fcntl): Print 3rd argument of F_NOTIFY, F_SETLEASE, and
35254 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.
/external/strace/tests/
Dfcntl-common.c348 { 1, ARG_STR(F_SETLEASE), ARG_STR(F_RDLCK) }, in test_fcntl_others()
/external/strace/tests-mx32/
Dfcntl-common.c348 { 1, ARG_STR(F_SETLEASE), ARG_STR(F_RDLCK) }, in test_fcntl_others()
/external/strace/tests-m32/
Dfcntl-common.c348 { 1, ARG_STR(F_SETLEASE), ARG_STR(F_RDLCK) }, in test_fcntl_others()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs462 pub const F_SETLEASE: ::c_int = 1024; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1411 pub const F_SETLEASE: ::c_int = 1024; constant