Searched refs:F_SETLKW (Results 1 – 19 of 19) sorted by relevance
/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/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 384 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) { in tdb_brlock_upgrade() 477 ret = _tdb_lock(tdb, list, ltype, F_SETLKW); in tdb_lock() 551 F_SETLKW, 0, 1); in tdb_unlock() 588 F_SETLKW, 0, 1) == -1) { in tdb_transaction_lock() 606 ret = tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, F_UNLCK, F_SETLKW, 0, 1); in tdb_transaction_unlock() 645 if (op == F_SETLKW) { in _tdb_lockall() 681 tdb->methods->tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, in _tdb_unlockall() 696 return _tdb_lockall(tdb, F_WRLCK, F_SETLKW); in tdb_lockall() 702 return _tdb_lockall(tdb, F_WRLCK | TDB_MARK_LOCK, F_SETLKW); in tdb_lockall_mark() 726 return _tdb_lockall(tdb, F_RDLCK, F_SETLKW); in tdb_lockall_read() [all …]
|
/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/ |
D | struct_flock.c | 66 TEST_FLOCK_EINVAL(F_SETLKW); in test_flock()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/external/strace/ |
D | fcntl.c | 108 case F_SETLKW: in print_fcntl()
|
/external/bison/m4/ |
D | fcntl.m4 | 15 # - F_GETLK, F_SETLK, F_SETLKW
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 202 F_SETLKW, in RestrictFcntlCommands()
|
/external/e2fsprogs/misc/ |
D | uuidd.c | 258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) { in server_loop()
|
/external/mksh/src/ |
D | histrap.c | 1554 rv = fcntl(fd, F_SETLKW, &lks); in mksh_lockfd() 1574 (void)fcntl(fd, F_SETLKW, &lks); in mksh_unlkfd()
|
D | Build.sh | 1904 return (fcntl(0, F_SETLKW, &lks));
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 341 while (fcntl(state_fd, F_SETLKW, &fl) < 0) { in get_clock()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 288 #define VKI_F_SETLKW F_SETLKW
|
D | vki-solaris.h | 521 #define VKI_F_SETLKW F_SETLKW
|
/external/sqlite/dist/ |
D | sqlite3.c | 30776 lkType = (pFile->ctrlFlags & UNIXFILE_BLOCK)!=0 ? F_SETLKW : F_SETLK;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 30758 lkType = (pFile->ctrlFlags & UNIXFILE_BLOCK)!=0 ? F_SETLKW : F_SETLK;
|