Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfcntlcmds.h25 #if defined(F_SETLKW) || (defined(HAVE_DECL_F_SETLKW) && HAVE_DECL_F_SETLKW)
26 XLAT(F_SETLKW),
91 #if defined(F_SETLKW) || (defined(HAVE_DECL_F_SETLKW) && HAVE_DECL_F_SETLKW)
92 XLAT(F_SETLKW),
Dfcntlcmds.in8 F_SETLKW
30 F_SETLKW
/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/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h41 #define F_SETLKW 7 macro
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/
Dfcntl.pxd12 enum: F_SETLKW
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h107 #define F_SETLKW 7 macro
/external/bison/m4/
Dfcntl.m415 # - F_GETLK, F_SETLK, F_SETLKW
/external/strace/
Ddesc.c170 case F_SETLK: case F_SETLKW: in sys_fcntl()
201 case F_SETLK: case F_SETLKW: in sys_fcntl()
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc183 F_SETLKW, in RestrictFcntlCommands()
/external/e2fsprogs/misc/
Duuidd.c258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) { in server_loop()
/external/mksh/src/
Dhistrap.c1491 rv = fcntl(fd, F_SETLKW, &lks); in mksh_lockfd()
1511 (void)fcntl(fd, F_SETLKW, &lks); in mksh_unlkfd()
DBuild.sh1882 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/main/include/vki/
Dvki-darwin.h280 #define VKI_F_SETLKW F_SETLKW
/external/chromium_org/third_party/lcov/
Ddescriptions.tests72 Basic test for fcntl(2) using F_SETLKW argument.