Home
last modified time | relevance | path

Searched refs:F_SETLKW (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Dfcntlcmds.h23 #if !(defined(F_SETLKW) || (defined(HAVE_DECL_F_SETLKW) && HAVE_DECL_F_SETLKW))
24 # define F_SETLKW 7 macro
100 XLAT(F_SETLKW),
Dfcntlcmds.in9 F_SETLKW 7
/external/e2fsprogs/lib/ext2fs/
Dtdb.c384 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/
Ddpid.c83 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/
Dfcntl.h41 #define F_SETLKW 7 macro
/external/vboot_reference/futility/
Dfutility.c78 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/
Dstruct_flock.c66 TEST_FLOCK_EINVAL(F_SETLKW); in test_flock()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h107 #define F_SETLKW 7 macro
/external/strace/
Dfcntl.c108 case F_SETLKW: in print_fcntl()
/external/bison/m4/
Dfcntl.m415 # - F_GETLK, F_SETLK, F_SETLKW
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc202 F_SETLKW, in RestrictFcntlCommands()
/external/e2fsprogs/misc/
Duuidd.c258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) { in server_loop()
/external/mksh/src/
Dhistrap.c1554 rv = fcntl(fd, F_SETLKW, &lks); in mksh_lockfd()
1574 (void)fcntl(fd, F_SETLKW, &lks); in mksh_unlkfd()
DBuild.sh1904 return (fcntl(0, F_SETLKW, &lks));
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c341 while (fcntl(state_fd, F_SETLKW, &fl) < 0) { in get_clock()
/external/valgrind/include/vki/
Dvki-darwin.h288 #define VKI_F_SETLKW F_SETLKW
Dvki-solaris.h521 #define VKI_F_SETLKW F_SETLKW
/external/sqlite/dist/
Dsqlite3.c30776 lkType = (pFile->ctrlFlags & UNIXFILE_BLOCK)!=0 ? F_SETLKW : F_SETLK;
/external/sqlite/dist/orig/
Dsqlite3.c30758 lkType = (pFile->ctrlFlags & UNIXFILE_BLOCK)!=0 ? F_SETLKW : F_SETLK;