Searched refs:F_GETLEASE (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 59 #if !(defined(F_GETLEASE) || (defined(HAVE_DECL_F_GETLEASE) && HAVE_DECL_F_GETLEASE)) 60 # define F_GETLEASE (1024 + 1) macro 114 XLAT(F_GETLEASE),
|
D | fcntlcmds.in | 23 F_GETLEASE (1024 + 1)
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 7 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl25.c | 151 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl23.c | 145 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl26.c | 151 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl24.c | 150 TEST(fcntl(fd, F_GETLEASE)); in main()
|
/external/strace/ |
D | fcntl.c | 171 case F_GETLEASE: in print_fcntl()
|
D | ChangeLog-CVS | 90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
|
D | ChangeLog | 16064 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.
|