Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fcntl/
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()
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()
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()
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()
Dfcntl27.c129 #ifdef F_SETLEASE in main()
133 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
Dfcntl28.c126 #ifdef F_SETLEASE in main()
130 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
Dfcntl33.c161 TEST(fcntl(fd, F_SETLEASE, test_cases[i].lease_type)); in do_test()
187 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in do_test()
191 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in do_test()
Dfcntl32.c104 TEST(fcntl(fd1, F_SETLEASE, F_WRLCK)); in verify_fcntl()
/external/strace/xlat/
Dfcntlcmds.h56 #if !(defined(F_SETLEASE) || (defined(HAVE_DECL_F_SETLEASE) && HAVE_DECL_F_SETLEASE))
57 # define F_SETLEASE (1024 + 0) macro
113 XLAT(F_SETLEASE),
Dfcntlcmds.in22 F_SETLEASE (1024 + 0)
/external/kernel-headers/original/uapi/linux/
Dfcntl.h6 #define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0) macro
/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.c128 case F_SETLEASE: in print_fcntl()
DChangeLog-CVS90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
DChangeLog14684 * fcntl.c (print_fcntl): Print 3rd argument of F_NOTIFY, F_SETLEASE, and
20610 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.