Searched refs:F_SETLKW (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 25 #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),
|
D | fcntlcmds.in | 8 F_SETLKW 30 F_SETLKW
|
/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/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 41 #define F_SETLKW 7 macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/ |
D | fcntl.pxd | 12 enum: F_SETLKW
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/external/bison/m4/ |
D | fcntl.m4 | 15 # - F_GETLK, F_SETLK, F_SETLKW
|
/external/strace/ |
D | desc.c | 170 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/ |
D | syscall_parameters_restrictions.cc | 183 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 | 1491 rv = fcntl(fd, F_SETLKW, &lks); in mksh_lockfd() 1511 (void)fcntl(fd, F_SETLKW, &lks); in mksh_unlkfd()
|
D | Build.sh | 1882 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/main/include/vki/ |
D | vki-darwin.h | 280 #define VKI_F_SETLKW F_SETLKW
|
/external/chromium_org/third_party/lcov/ |
D | descriptions.tests | 72 Basic test for fcntl(2) using F_SETLKW argument.
|