HomeSort by relevance Sort by last modified time
    Searched refs:F_SETLKW (Results 1 - 19 of 19) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 36 #define F_SETLKW 7
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 39 #define F_SETLKW 7
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 39 #define F_SETLKW 7
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 40 #define F_SETLKW 7
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 41 #define F_SETLKW 7
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 61 #define F_SETLKW 7
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 72 #define F_SETLKW 7
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 102 #define F_SETLKW 7
  /bionic/libc/include/
fcntl.h 52 #define F_SETLKW64 F_SETLKW
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 109 #define F_SETLKW 7
  /development/ndk/platforms/android-L/include/
fcntl.h 52 #define F_SETLKW64 F_SETLKW
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 107 #define F_SETLKW 7
  /external/e2fsprogs/lib/ext2fs/
tdb.c 384 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) {
477 ret = _tdb_lock(tdb, list, ltype, F_SETLKW);
551 F_SETLKW, 0, 1);
588 F_SETLKW, 0, 1) == -1) {
606 ret = tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, F_UNLCK, F_SETLKW, 0, 1);
645 if (op == F_SETLKW) {
681 tdb->methods->tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW,
696 return _tdb_lockall(tdb, F_WRLCK, F_SETLKW);
702 return _tdb_lockall(tdb, F_WRLCK | TDB_MARK_LOCK, F_SETLKW);
726 return _tdb_lockall(tdb, F_RDLCK, F_SETLKW);
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 107 native_cmd = F_SETLKW;
316 case F_SETLKW:
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 183 F_SETLKW,
  /external/e2fsprogs/misc/
uuidd.c 258 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) {
  /external/mksh/src/
histrap.c     [all...]
Build.sh     [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 341 while (fcntl(state_fd, F_SETLKW, &fl) < 0) {

Completed in 825 milliseconds