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

  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 35 #define F_SETLK 6
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 37 #define F_SETLK 6
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 37 #define F_SETLK 6
  /external/clang/test/Sema/
warn-type-safety.c 123 #define F_SETLK 20
128 static const int F_SETLK_tag __attribute__(( type_tag_for_datatype(fcntl,struct flock *) )) = F_SETLK;
135 fcntl(0, F_SETLK, f); // no-warning
137 fcntl(0, F_SETLK, 10); // expected-warning {{argument type 'int' doesn't match specified 'fcntl' type tag that requires 'struct flock *'}}
142 fcntl(0, b ? F_DUPFD : F_SETLK, 10); // no-warning
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 39 #define F_SETLK 6
  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 40 # with EBADF, that's why we use this F_SETLK
44 fcntl.fcntl(fd, fcntl.F_SETLK, op)
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 40 #define F_SETLK 6
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 60 #define F_SETLK 6
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 71 #define F_SETLK 6
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 101 #define F_SETLK 6
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 113 } else if (fcntl(lock_fd_, F_SETLK, &lock) == -1) {
  /bionic/libc/include/
fcntl.h 51 #define F_SETLK64 F_SETLK
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 107 #define F_SETLK 6
  /development/ndk/platforms/android-L/include/
fcntl.h 51 #define F_SETLK64 F_SETLK
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 106 #define F_SETLK 6
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 103 native_cmd = F_SETLK;
315 case F_SETLK:
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 182 F_SETLK,
  /external/chromium_org/base/files/
file_posix.cc 82 if (HANDLE_EINTR(fcntl(file, do_lock ? F_SETLK : F_UNLCK, &lock)) == -1)
  /external/e2fsprogs/lib/ext2fs/
tdb.c 361 if (!probe && lck_type != F_SETLK) {
488 return _tdb_lock(tdb, list, ltype, F_SETLK);
714 return _tdb_lockall(tdb, F_WRLCK, F_SETLK);
732 return _tdb_lockall(tdb, F_RDLCK, F_SETLK);
793 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
802 return tdb->methods->tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1, 1);
806 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
811 return tdb->methods->tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0, 1);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 267 return fcntl(fd, F_SETLK, &f);
277 // relying on fcntrl(F_SETLK) since fcntl(F_SETLK) does not provide
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 414 fcntl(state_fd, F_SETLK, &fl);
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 543 }else if( op==F_SETLK ){
565 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1248 milliseconds