/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl11.c | 181 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0) in unlock_file() 283 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) in main() 286 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 1, 5) < 0) in main() 321 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) in main() 324 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 5, 5) < 0) in main() 359 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) in main() 362 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 5, 6) < 0) in main() 397 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) in main() 400 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 5, 8) < 0) in main() 435 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 10) < 0) in main() [all …]
|
D | fcntl21.c | 212 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0) { in unlock_file() 332 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 0, 0) < 0) { in main() 363 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 0, 0) < 0) { in main() 396 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() 402 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 1, 5) < 0) { in main() 446 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() 452 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 5, 5) < 0) { in main() 496 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() 502 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 5, 6) < 0) { in main() 546 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() [all …]
|
D | fcntl20.c | 204 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0) { in unlock_file() 325 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() 331 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 5) < 0) { in main() 368 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() 374 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 6) < 0) { in main() 411 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() 417 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 8) < 0) { in main() 454 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 10) < 0) { in main() 460 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 13, 5) < 0) { in main() 503 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 10, 5) < 0) { in main() [all …]
|
D | fcntl19.c | 205 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0) { in unlock_file() 326 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) { in main() 332 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 5) < 0) { in main() 369 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) { in main() 375 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 6) < 0) { in main() 413 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) { in main() 419 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 8) < 0) { in main() 457 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 10) < 0) { in main() 463 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 13, 5) < 0) { in main() 507 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0) { in main() [all …]
|
D | fcntl15.c | 76 SAFE_FCNTL(fd, F_SETLK, &lock_two); in lock_region_two() 89 if (!fcntl(fd, F_SETLK, &lock_one)) in do_test() 94 if (!fcntl(fd, F_SETLK, &lock_two)) in do_test() 101 if (fcntl(fd, F_SETLK, &lock_one)) in do_test() 106 ret = fcntl(fd, F_SETLK, &lock_two); in do_test() 144 SAFE_FCNTL(fd[0], F_SETLK, &lock_one); in run_test() 148 SAFE_FCNTL(fd[1], F_SETLK, &lock_two); in run_test()
|
D | fcntl13.c | 34 {1, F_SETLK, NULL, "F_SETLK", EFAULT}, 36 {1, F_SETLK, &flock, "F_SETLK", EINVAL},
|
D | fcntl22.c | 66 TEST(fcntl(file, F_SETLK, &fl)); in main() 118 if (fcntl(file, F_SETLK, &fl) < 0) in setup()
|
D | fcntl09.c | 159 TEST(fcntl(fd, F_SETLK, &flocks)); in main() 180 TEST(fcntl(fd, F_SETLK, &flocks)); in main()
|
D | fcntl14.c | 706 if ((rc = fcntl(fd, F_SETLK, &flock)) < 0) { in dochild() 798 if ((fcntl(fd, F_SETLK, &flock)) < 0) { in run_test() 812 if ((fcntl(fd, F_SETLK, &flock)) < 0) { in run_test() 871 if ((fcntl(fd, F_SETLK, &flock)) < 0) { in run_test() 1029 if ((fcntl(fd, F_SETLK, &flock)) < 0) { in main() 1068 if ((fcntl(fd, F_SETLK, &flock)) < 0) { in main() 1123 if ((fcntl(fd, F_SETLK, &flock)) < 0) { in main()
|
D | fcntl16.c | 465 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test() 479 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test() 550 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test() 564 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test()
|
D | fcntl17.c | 190 if (fcntl(file_fd, F_SETLK, &lock1) < 0) { in do_child1() 201 fcntl(file_fd, F_SETLK, &unlock); in do_child1() 222 if (fcntl(file_fd, F_SETLK, &lock2) < 0) { in do_child2() 260 if (fcntl(file_fd, F_SETLK, &lock3) < 0) { in do_child3()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | file_lock.c | 69 cmd = F_SETLK; in file_lock() 102 if (cmd == F_SETLK) in file_lock() 141 cmd = F_SETLK; in record_lock() 174 if (cmd == F_SETLK) in record_lock()
|
/third_party/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock.h | 11 lock_reg(fd, F_RDLCK, offset, whence, len, F_SETLK) 13 lock_reg(fd, F_WRLCK, offset, whence, len, F_SETLK) 15 lock_reg(fd, F_UNLCK, offset, whence, len, F_SETLK)
|
/third_party/musl/libc-test/src/functional/ |
D | fcntl.c | 27 TESTE(fcntl(fd, F_SETLK, &fl)==0); in main() 32 _exit(fcntl(fd, F_SETLK, &fl)==0 || in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 11-1.c | 48 if (fcntl(fd, F_SETLK, &fl) == -1) { in child() 82 if (fcntl(fd, F_SETLK, &fl) == -1) { in main()
|
/third_party/toybox/toys/pending/ |
D | userdel.c | 46 if (fcntl(fileno(exfp), F_SETLK, &lock) < 0) in update_groupfiles() 77 fcntl(fileno(exfp), F_SETLK, &lock); in update_groupfiles()
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 322 ret = fcntl(fd, (code & LOCK_NB) ? F_SETLK : F_SETLKW, &l); in fcntl_flock_impl() 426 ret = fcntl(fd, (code & LOCK_NB) ? F_SETLK : F_SETLKW, &l); in fcntl_lockf_impl() 498 #ifdef F_SETLK in all_ins() 499 if (PyModule_AddIntMacro(m, F_SETLK)) return -1; in all_ins()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 34 #define F_SETLK 13 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 29 #define F_SETLK 6 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 34 #define F_SETLK 13 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 34 #define F_SETLK 13 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 34 #define F_SETLK 13 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fcntl.h | 34 #define F_SETLK 6 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 28 #define F_SETLK 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 34 #define F_SETLK 13 macro
|