Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dfcntl.h43 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
53 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/external/e2fsprogs/lib/ext2fs/
Dtdb.c386 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) { in tdb_brlock_upgrade()
479 ret = _tdb_lock(tdb, list, ltype, F_SETLKW); in tdb_lock()
553 F_SETLKW, 0, 1); in tdb_unlock()
590 F_SETLKW, 0, 1) == -1) { in tdb_transaction_lock()
608 ret = tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, F_UNLCK, F_SETLKW, 0, 1); in tdb_transaction_unlock()
647 if (op == F_SETLKW) { in _tdb_lockall()
683 tdb->methods->tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, in _tdb_unlockall()
698 return _tdb_lockall(tdb, F_WRLCK, F_SETLKW); in tdb_lockall()
704 return _tdb_lockall(tdb, F_WRLCK | TDB_MARK_LOCK, F_SETLKW); in tdb_lockall_mark()
728 return _tdb_lockall(tdb, F_RDLCK, F_SETLKW); in tdb_lockall_read()
[all …]
/external/strace/
Ddesc.c64 { F_SETLKW, "F_SETLKW" },
124 #ifdef F_SETLKW
125 { F_SETLKW, "F_SETLKW" },
330 case F_SETLK: case F_SETLKW: in sys_fcntl()
346 #if defined(F_SETLKW64) && F_SETLKW64 + 0 != F_SETLKW in sys_fcntl()
374 case F_SETLK: case F_SETLKW: in sys_fcntl()
/external/kernel-headers/original/asm-mips/
Dfcntl.h25 #define F_SETLKW 7 macro
/external/kernel-headers/original/asm-generic/
Dfcntl.h99 #define F_SETLKW 7 macro
/external/e2fsprogs/misc/
Duuidd.c258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) { in server_loop()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c337 while (fcntl(state_fd, F_SETLKW, &fl) < 0) { in get_clock()
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java155 public static final int F_SETLKW = placeholder(); field in OsConstants
/external/valgrind/main/include/vki/
Dvki-darwin.h280 #define VKI_F_SETLKW F_SETLKW
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-aix5.c1302 case F_SETLKW: in PRE()