Searched refs:F_SETLKW (Results 1 – 10 of 10) sorted by relevance
/external/kernel-headers/original/linux/ |
D | fcntl.h | 43 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) 53 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 386 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/ |
D | desc.c | 64 { 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/ |
D | fcntl.h | 25 #define F_SETLKW 7 macro
|
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 99 #define F_SETLKW 7 macro
|
/external/e2fsprogs/misc/ |
D | uuidd.c | 258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) { in server_loop()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 337 while (fcntl(state_fd, F_SETLKW, &fl) < 0) { in get_clock()
|
/external/okhttp/src/main/java/libcore/io/ |
D | OsConstants.java | 155 public static final int F_SETLKW = placeholder(); field in OsConstants
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 280 #define VKI_F_SETLKW F_SETLKW
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-aix5.c | 1302 case F_SETLKW: in PRE()
|