Searched refs:F_SETLEASE (Results 1 – 17 of 17) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl23.c | 132 #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()
|
D | fcntl24.c | 138 #ifdef F_SETLEASE in main() 142 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main() 161 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
|
D | fcntl26.c | 139 #ifdef F_SETLEASE in main() 143 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main() 162 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
|
D | fcntl25.c | 139 #ifdef F_SETLEASE in main() 143 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main() 162 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
|
D | fcntl33.c | 105 TEST(fcntl(fd, F_SETLEASE, test_cases[i].lease_type)); in do_test() 133 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in do_test() 149 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in do_test()
|
D | fcntl28.c | 126 #ifdef F_SETLEASE in main() 130 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
|
D | fcntl27.c | 129 #ifdef F_SETLEASE in main() 133 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
|
D | fcntl32.c | 104 TEST(fcntl(fd1, F_SETLEASE, F_WRLCK)); in verify_fcntl()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 127 #define F_SETLEASE 1024 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 124 #define F_SETLEASE 1024 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 124 #define F_SETLEASE 1024 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 125 #define F_SETLEASE 1024 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 124 #define F_SETLEASE 1024 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 124 #define F_SETLEASE 1024 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 124 #define F_SETLEASE 1024 macro
|
/third_party/musl/include/ |
D | fcntl.h | 124 #define F_SETLEASE 1024 macro
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 551 #ifdef F_SETLEASE in all_ins() 552 if (PyModule_AddIntMacro(m, F_SETLEASE)) return -1; in all_ins()
|