Home
last modified time | relevance | path

Searched refs:F_GETLEASE (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/xlat/
Dfcntlcmds.h331 #if defined(F_GETLEASE) || (defined(HAVE_DECL_F_GETLEASE) && HAVE_DECL_F_GETLEASE)
333 static_assert((F_GETLEASE) == ((1024 + 1)), "F_GETLEASE != (1024 + 1)");
336 # define F_GETLEASE (1024 + 1)
488 XLAT(F_GETLEASE),
Dfcntlcmds.in91 F_GETLEASE (1024 + 1)
/external/kernel-headers/original/uapi/linux/
Dfcntl.h8 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl24.c150 TEST(fcntl(fd, F_GETLEASE)); in main()
Dfcntl25.c151 TEST(fcntl(fd, F_GETLEASE)); in main()
Dfcntl26.c151 TEST(fcntl(fd, F_GETLEASE)); in main()
Dfcntl23.c145 TEST(fcntl(fd, F_GETLEASE)); in main()
/external/python/cpython3/Modules/
Dfcntlmodule.c536 #ifdef F_GETLEASE in all_ins()
537 if (PyModule_AddIntMacro(m, F_GETLEASE)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c521 #ifdef F_GETLEASE in all_ins()
522 if (ins(d, "F_GETLEASE", (long)F_GETLEASE)) return -1; in all_ins()
/external/strace/
Dfcntl.c171 case F_GETLEASE: in print_fcntl()
/external/strace/tests-m32/
Dfcntl-common.c363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
/external/strace/tests-mx32/
Dfcntl-common.c363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
/external/strace/tests/
Dfcntl-common.c363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
/external/syzkaller/sys/linux/
Dsys_386.const144 F_GETLEASE = 1025
Dsys_amd64.const144 F_GETLEASE = 1025
Dsys_arm.const144 F_GETLEASE = 1025
Dsys_ppc64le.const144 F_GETLEASE = 1025
Dsys_arm64.const144 F_GETLEASE = 1025
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go457 F_GETLEASE = 0x401 const
Dzerrors_linux_mipsle.go521 F_GETLEASE = 0x401 const
Dzerrors_linux_s390x.go521 F_GETLEASE = 0x401 const
Dzerrors_linux_arm.go521 F_GETLEASE = 0x401 const
Dzerrors_linux_ppc64le.go521 F_GETLEASE = 0x401 const
Dzerrors_linux_mips64.go521 F_GETLEASE = 0x401 const
Dzerrors_linux_ppc64.go521 F_GETLEASE = 0x401 const

12