Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h200 struct flock { struct
215 struct flock64 { argument
/external/musl/include/
Dfcntl.h24 struct flock { struct
25 short l_type;
26 short l_whence;
27 off_t l_start;
28 off_t l_len;
29 pid_t l_pid;
/external/strace/
Dflock.c37 SYS_FUNC(flock) in SYS_FUNC() argument
/external/musl/src/linux/
Dflock.c4 int 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/compiler-rt/lib/profile/
DWindowsMMap.c120 int flock(int fd, int operation) in flock() function
/external/clang/test/Sema/
Dwarn-type-safety.c125 struct flock { }; struct
/external/rust/crates/nix/test/
Dtest_fcntl.rs376 let mut flock: libc::flock = unsafe { in test_ofd_write_lock() localVariable
413 let mut flock: libc::flock = unsafe { in test_ofd_read_lock() localVariable
/external/rust/crates/nix/src/
Dfcntl.rs470 pub fn flock(fd: RawFd, arg: FlockArg) -> Result<()> { in flock() function
/external/libfuse/include/
Dfuse_lowlevel.h1154 void (*flock) (fuse_req_t req, fuse_ino_t ino, member
Dfuse.h758 int (*flock) (const char *, struct fuse_file_info *, int op); member
/external/crosvm/common/sys_util/src/
Dlib.rs225 pub fn flock(file: &dyn AsRawFd, op: FlockOperation, nonblocking: bool) -> Result<()> { in flock() function
/external/crosvm/base/src/unix/
Dmod.rs226 pub fn flock(file: &dyn AsRawFd, op: FlockOperation, nonblocking: bool) -> Result<()> { in flock() function
/external/libfuse/lib/
Dfuse_lowlevel.c1722 struct flock *flock) in convert_fuse_file_lock()
1739 struct flock flock; in do_getlk() local
1757 struct flock flock; in do_setlk_common() local
Dfuse.c4059 static void flock_to_lock(struct flock *flock, struct lock *lock) in flock_to_lock()
4069 static void lock_to_flock(struct lock *lock, struct flock *flock) in lock_to_flock()
/external/rust/crates/libc/src/unix/
Dmod.rs1025 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py4901 def flock(self, fd: int, operation: int) -> None: member in FakeFcntlModule
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3664 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h309 int (*flock)(struct file *, int, struct file_lock *); member
71231 struct flock { struct
71239 struct compat_flock { argument
Dvmlinux.h309 int (*flock)(struct file *, int, struct file_lock *); member
71231 struct flock { struct
71239 struct compat_flock { argument
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h327 int (*flock)(struct file *, int, struct file_lock *); member
42566 struct flock { struct
42567 short int l_type;
42568 short int l_whence;
42569 __kernel_off_t l_start;
42570 __kernel_off_t l_len;
42571 __kernel_pid_t l_pid;
/external/bcc/libbpf-tools/x86/
Dvmlinux.h223 int (*flock)(struct file *, int, struct file_lock *); member
36111 int (*flock)(struct file___2 *, int, struct file_lock___2 *); member
42818 struct flock { struct
42826 struct compat_flock { argument
Dvmlinux_505.h223 int (*flock)(struct file *, int, struct file_lock *); member
36111 int (*flock)(struct file___2 *, int, struct file_lock___2 *); member
42818 struct flock { struct
42826 struct compat_flock { argument

12