Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfcntlcmds.h59 #if !(defined(F_GETLEASE) || (defined(HAVE_DECL_F_GETLEASE) && HAVE_DECL_F_GETLEASE))
60 # define F_GETLEASE (1024 + 1) macro
114 XLAT(F_GETLEASE),
Dfcntlcmds.in23 F_GETLEASE (1024 + 1)
/external/kernel-headers/original/uapi/linux/
Dfcntl.h7 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl26.c151 TEST(fcntl(fd, F_GETLEASE)); in main()
Dfcntl25.c151 TEST(fcntl(fd, F_GETLEASE)); in main()
Dfcntl23.c145 TEST(fcntl(fd, F_GETLEASE)); in main()
Dfcntl24.c150 TEST(fcntl(fd, F_GETLEASE)); in main()
/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.c172 case F_GETLEASE: in print_fcntl()
DChangeLog-CVS90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
DChangeLog20610 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.