/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 196 struct flock { struct 211 struct flock64 { argument
|
/external/strace/ |
D | flock.c | 37 SYS_FUNC(flock) in SYS_FUNC() argument
|
/external/openssh/openbsd-compat/ |
D | bsd-flock.c | 44 flock(int fd, int op) in flock() function
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl13.c | 52 struct flock flock; in main() local
|
D | fcntl15.c | 74 struct flock flock; variable
|
D | fcntl14.c | 534 static struct flock flock; variable
|
/external/rust/crates/nix/test/ |
D | test_fcntl.rs | 250 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/ |
D | WindowsMMap.c | 120 int flock(int fd, int operation) in flock() function
|
/external/llvm-project/clang/test/Sema/ |
D | warn-type-safety.c | 129 struct flock { }; struct
|
/external/clang/test/Sema/ |
D | warn-type-safety.c | 125 struct flock { }; struct
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | WindowsMMap.c | 146 int flock(int fd, int operation) { in flock() function
|
/external/rust/crates/nix/src/ |
D | fcntl.rs | 415 pub fn flock(fd: RawFd, arg: FlockArg) -> Result<()> { in flock() function
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 211 pub fn flock(file: &dyn AsRawFd, op: FlockOperation, nonblocking: bool) -> Result<()> { in flock() function
|
/external/libfuse/include/ |
D | fuse_lowlevel.h | 1144 void (*flock) (fuse_req_t req, fuse_ino_t ino, member
|
D | fuse.h | 750 int (*flock) (const char *, struct fuse_file_info *, int op); member
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1700 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
|
D | fuse.c | 4054 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/ |
D | mod.rs | 1015 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3659 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function
|