Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl24.c138 #ifdef F_SETLEASE in main()
142 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main()
156 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()
157 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()
157 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
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()
Dfcntl33.c116 TEST(fcntl(fd, F_SETLEASE, test_cases[i].lease_type)); in do_test()
137 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in do_test()
153 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in do_test()
Dfcntl28.c126 #ifdef F_SETLEASE in main()
130 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
Dfcntl27.c129 #ifdef F_SETLEASE in main()
133 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.h7 #define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0) macro
/external/python/cpython3/Modules/
Dfcntlmodule.c533 #ifdef F_SETLEASE in all_ins()
534 if (PyModule_AddIntMacro(m, F_SETLEASE)) return -1; in all_ins()
/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/strace/
Dfcntl.c127 case F_SETLEASE: in print_fcntl()
/external/strace/tests-m32/
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/
Dfcntl-common.c348 { 1, ARG_STR(F_SETLEASE), ARG_STR(F_RDLCK) }, in test_fcntl_others()
/external/syzkaller/sys/linux/
Dsys_386.const164 F_SETLEASE = 1024
Dsys_amd64.const164 F_SETLEASE = 1024
Dsys_arm.const164 F_SETLEASE = 1024
Dsys_ppc64le.const164 F_SETLEASE = 1024
Dsys_arm64.const164 F_SETLEASE = 1024
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go473 F_SETLEASE = 0x400 const
Dzerrors_linux_mipsle.go544 F_SETLEASE = 0x400 const
Dzerrors_linux_s390x.go544 F_SETLEASE = 0x400 const

12