Searched refs:F_GETLEASE (Results 1 – 25 of 33) sorted by relevance
12
/external/strace/xlat/ |
D | fcntlcmds.h | 331 #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),
|
D | fcntlcmds.in | 91 F_GETLEASE (1024 + 1)
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 8 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl24.c | 150 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl25.c | 151 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl26.c | 151 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl23.c | 145 TEST(fcntl(fd, F_GETLEASE)); in main()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 536 #ifdef F_GETLEASE in all_ins() 537 if (PyModule_AddIntMacro(m, F_GETLEASE)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 521 #ifdef F_GETLEASE in all_ins() 522 if (ins(d, "F_GETLEASE", (long)F_GETLEASE)) return -1; in all_ins()
|
/external/strace/ |
D | fcntl.c | 171 case F_GETLEASE: in print_fcntl()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 144 F_GETLEASE = 1025
|
D | sys_amd64.const | 144 F_GETLEASE = 1025
|
D | sys_arm.const | 144 F_GETLEASE = 1025
|
D | sys_ppc64le.const | 144 F_GETLEASE = 1025
|
D | sys_arm64.const | 144 F_GETLEASE = 1025
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 457 F_GETLEASE = 0x401 const
|
D | zerrors_linux_mipsle.go | 521 F_GETLEASE = 0x401 const
|
D | zerrors_linux_s390x.go | 521 F_GETLEASE = 0x401 const
|
D | zerrors_linux_arm.go | 521 F_GETLEASE = 0x401 const
|
D | zerrors_linux_ppc64le.go | 521 F_GETLEASE = 0x401 const
|
D | zerrors_linux_mips64.go | 521 F_GETLEASE = 0x401 const
|
D | zerrors_linux_ppc64.go | 521 F_GETLEASE = 0x401 const
|
12