Searched refs:F_SETLKW (Results 1 - 12 of 12) sorted by relevance

/external/kernel-headers/original/asm-mips/
H A Dfcntl.h25 #define F_SETLKW 7 macro
/external/kernel-headers/original/linux/
H A Dfcntl.h43 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
53 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h99 #define F_SETLKW 7 macro
/external/strace/
H A Ddesc.c64 { F_SETLKW, "F_SETLKW" },
124 #ifdef F_SETLKW
125 { F_SETLKW, "F_SETLKW" },
330 case F_SETLK: case F_SETLKW:
346 #if defined(F_SETLKW64) && F_SETLKW64 + 0 != F_SETLKW
374 case F_SETLK: case F_SETLKW:
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c386 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) {
479 ret = _tdb_lock(tdb, list, ltype, F_SETLKW);
553 F_SETLKW, 0, 1);
590 F_SETLKW, 0, 1) == -1) {
608 ret = tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, F_UNLCK, F_SETLKW, 0, 1);
647 if (op == F_SETLKW) {
683 tdb->methods->tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW,
698 return _tdb_lockall(tdb, F_WRLCK, F_SETLKW);
704 return _tdb_lockall(tdb, F_WRLCK | TDB_MARK_LOCK, F_SETLKW);
728 return _tdb_lockall(tdb, F_RDLCK, F_SETLKW);
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc177 ErrorCode::OP_EQUAL, F_SETLKW,
/external/e2fsprogs/misc/
H A Duuidd.c258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) {
/external/mksh/src/
H A Dhistrap.c1489 rv = fcntl(fd, F_SETLKW, &lks);
1509 (void)fcntl(fd, F_SETLKW, &lks);
H A DBuild.sh1626 return (fcntl(0, F_SETLKW, &lks));
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c337 while (fcntl(state_fd, F_SETLKW, &fl) < 0) {
/external/valgrind/main/include/vki/
H A Dvki-darwin.h280 #define VKI_F_SETLKW F_SETLKW
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 377 milliseconds