/external/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock.h | 17 lock_reg(fd, F_RDLCK, offset, whence, len, F_SETLKW) 19 lock_reg(fd, F_WRLCK, offset, whence, len, F_SETLKW) 21 lock_reg(fd, F_UNLCK, offset, whence, len, F_SETLKW)
|
/external/strace/xlat/ |
D | fcntlcmds.h | 23 #if !(defined(F_SETLKW) || (defined(HAVE_DECL_F_SETLKW) && HAVE_DECL_F_SETLKW)) 24 # define F_SETLKW 7 macro 100 XLAT(F_SETLKW),
|
D | fcntlcmds.in | 9 F_SETLKW 7
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl10.c | 159 TEST(fcntl(fd, F_SETLKW, &flocks)); in main() 178 TEST(fcntl(fd, F_SETLKW, &flocks)); in main()
|
D | fcntl13.c | 78 if (fcntl(1, F_SETLKW, (void *)-1) != -1) { in main()
|
D | fcntl17.c | 233 if (fcntl(file_fd, F_SETLKW, &lock4) < 0) { in do_child2() 271 if (fcntl(file_fd, F_SETLKW, &lock5) < 0) { in do_child3()
|
D | fcntl16.c | 323 if ((fcntl(fd, F_SETLKW, thislock)) < 0) { in dochild()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 388 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) { in tdb_brlock_upgrade() 481 ret = _tdb_lock(tdb, list, ltype, F_SETLKW); in tdb_lock() 555 F_SETLKW, 0, 1); in tdb_unlock() 592 F_SETLKW, 0, 1) == -1) { in tdb_transaction_lock() 610 ret = tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, F_UNLCK, F_SETLKW, 0, 1); in tdb_transaction_unlock() 649 if (op == F_SETLKW) { in _tdb_lockall() 685 tdb->methods->tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, in _tdb_unlockall() 700 return _tdb_lockall(tdb, F_WRLCK, F_SETLKW); in tdb_lockall() 706 return _tdb_lockall(tdb, F_WRLCK | TDB_MARK_LOCK, F_SETLKW); in tdb_lockall_mark() 730 return _tdb_lockall(tdb, F_RDLCK, F_SETLKW); in tdb_lockall_read() [all …]
|
/external/ltp/lib/ |
D | file_lock.c | 71 cmd = F_SETLKW; in file_lock() 143 cmd = F_SETLKW; in record_lock()
|
/external/libdaemon/libdaemon/ |
D | dpid.c | 83 if (fcntl(fd, F_SETLKW, &f) < 0) { in lock_file() 88 if (fcntl(fd, F_SETLKW, &f) >= 0) in lock_file()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 41 #define F_SETLKW 7 macro
|
/external/vboot_reference/futility/ |
D | futility.c | 78 if (fcntl(log_fd, F_SETLKW, &lock)) in log_close() 116 ret = fcntl(log_fd, F_SETLKW, &lock); /* this blocks */ in log_open()
|
/external/strace/tests-m32/ |
D | struct_flock.c | 71 TEST_FLOCK_EINVAL(F_SETLKW); in test_flock()
|
/external/strace/tests-mx32/ |
D | struct_flock.c | 71 TEST_FLOCK_EINVAL(F_SETLKW); in test_flock()
|
/external/strace/tests/ |
D | struct_flock.c | 71 TEST_FLOCK_EINVAL(F_SETLKW); in test_flock()
|
/external/ltp/pan/ |
D | zoolib.c | 320 ret = fcntl(fileno(fp), F_SETLKW, &zlock); in zoo_lock() 356 ret = fcntl(fileno(fp), F_SETLKW, &zlock); in zoo_unlock()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.c | 94 while (fcntl(fd, F_SETLKW, &s_flock) == -1) { in lprofOpenFileEx()
|
D | CMakeLists.txt | 35 fcntl(fd, F_SETLKW, &s_flock);
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 626 #ifdef F_SETLKW 627 { "F_SETLKW", (unsigned long) F_SETLKW },
|
/external/bison/m4/ |
D | fcntl.m4 | 15 # - F_GETLK, F_SETLK, F_SETLKW
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate04.c | 207 if (fcntl(fd, F_SETLKW, &flocks) < 0) in dochild()
|
/external/strace/ |
D | fcntl.c | 110 case F_SETLKW: in print_fcntl()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 239 F_SETLKW, in RestrictFcntlCommands()
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 365 lock_mode = F_SETLKW; /* set lock and use system wait */ in lock_file()
|