Home
last modified time | relevance | path

Searched defs:flock (Results 1 – 19 of 19) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h196 struct flock { struct
211 struct flock64 { argument
/external/strace/
Dflock.c37 SYS_FUNC(flock) in SYS_FUNC() argument
/external/openssh/openbsd-compat/
Dbsd-flock.c44 flock(int fd, int op) in flock() function
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl13.c52 struct flock flock; in main() local
Dfcntl15.c74 struct flock flock; variable
Dfcntl14.c534 static struct flock flock; variable
/external/rust/crates/nix/test/
Dtest_fcntl.rs250 let mut flock = libc::flock { in test_ofd_write_lock() localVariable
292 let mut flock = libc::flock { in test_ofd_read_lock() localVariable
/external/compiler-rt/lib/profile/
DWindowsMMap.c120 int flock(int fd, int operation) in flock() function
/external/llvm-project/clang/test/Sema/
Dwarn-type-safety.c129 struct flock { }; struct
/external/clang/test/Sema/
Dwarn-type-safety.c125 struct flock { }; struct
/external/llvm-project/compiler-rt/lib/profile/
DWindowsMMap.c146 int flock(int fd, int operation) { in flock() function
/external/rust/crates/nix/src/
Dfcntl.rs415 pub fn flock(fd: RawFd, arg: FlockArg) -> Result<()> { in flock() function
/external/crosvm/sys_util/src/
Dlib.rs211 pub fn flock(file: &dyn AsRawFd, op: FlockOperation, nonblocking: bool) -> Result<()> { in flock() function
/external/libfuse/include/
Dfuse_lowlevel.h1144 void (*flock) (fuse_req_t req, fuse_ino_t ino, member
Dfuse.h750 int (*flock) (const char *, struct fuse_file_info *, int op); member
/external/libfuse/lib/
Dfuse_lowlevel.c1700 struct flock *flock) in convert_fuse_file_lock()
1717 struct flock flock; in do_getlk() local
1735 struct flock flock; in do_setlk_common() local
Dfuse.c4054 static void flock_to_lock(struct flock *flock, struct lock *lock) in flock_to_lock()
4064 static void lock_to_flock(struct lock *lock, struct flock *flock) in lock_to_flock()
/external/rust/crates/libc/src/unix/
Dmod.rs1015 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3659 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function