/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 200 struct flock { struct 215 struct flock64 { argument
|
/external/musl/include/ |
D | fcntl.h | 24 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/ |
D | flock.c | 37 SYS_FUNC(flock) in SYS_FUNC() argument
|
/external/musl/src/linux/ |
D | flock.c | 4 int 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/compiler-rt/lib/profile/ |
D | WindowsMMap.c | 120 int flock(int fd, int operation) in flock() function
|
/external/clang/test/Sema/ |
D | warn-type-safety.c | 125 struct flock { }; struct
|
/external/rust/crates/nix/test/ |
D | test_fcntl.rs | 376 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/ |
D | fcntl.rs | 470 pub fn flock(fd: RawFd, arg: FlockArg) -> Result<()> { in flock() function
|
/external/libfuse/include/ |
D | fuse_lowlevel.h | 1154 void (*flock) (fuse_req_t req, fuse_ino_t ino, member
|
D | fuse.h | 758 int (*flock) (const char *, struct fuse_file_info *, int op); member
|
/external/crosvm/common/sys_util/src/ |
D | lib.rs | 225 pub fn flock(file: &dyn AsRawFd, op: FlockOperation, nonblocking: bool) -> Result<()> { in flock() function
|
/external/crosvm/base/src/unix/ |
D | mod.rs | 226 pub fn flock(file: &dyn AsRawFd, op: FlockOperation, nonblocking: bool) -> Result<()> { in flock() function
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1722 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
|
D | fuse.c | 4059 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/ |
D | mod.rs | 1025 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 4901 def flock(self, fd: int, operation: int) -> None: member in FakeFcntlModule
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3664 pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int; in flock() function
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 309 int (*flock)(struct file *, int, struct file_lock *); member 71231 struct flock { struct 71239 struct compat_flock { argument
|
D | vmlinux.h | 309 int (*flock)(struct file *, int, struct file_lock *); member 71231 struct flock { struct 71239 struct compat_flock { argument
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 327 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/ |
D | vmlinux.h | 223 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
|
D | vmlinux_505.h | 223 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
|