| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| D | fcntl13.c | 25 static struct flock flock; variable 30 struct flock *flock; member
|
| D | fcntl14.c | 534 static struct flock flock; variable
|
| /third_party/musl/porting/liteos_a/kernel/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;
|
| /third_party/musl/ndk_musl_include/ |
| D | fcntl.h | 25 struct flock { struct 26 short l_type; 27 short l_whence; 28 off_t l_start; 29 off_t l_len; 30 pid_t l_pid;
|
| /third_party/musl/porting/liteos_m/user/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;
|
| /third_party/musl/porting/uniproton/kernel/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;
|
| /third_party/musl/porting/liteos_m/kernel/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;
|
| /third_party/musl/porting/linux/user/include/ |
| D | fcntl.h | 25 struct flock { struct 26 short l_type; 27 short l_whence; 28 off_t l_start; 29 off_t l_len; 30 pid_t l_pid;
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/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;
|
| /third_party/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;
|
| /third_party/musl/src/linux/ |
| D | flock.c | 4 int flock(int fd, int op) in flock() function
|
| /third_party/rust/crates/rustix/tests/fs/ |
| D | main.rs | 14 mod flock; module
|
| /third_party/rust/crates/nix/test/ |
| D | test_fcntl.rs | 395 let mut flock: libc::flock = unsafe { in test_ofd_write_lock() localVariable 433 let mut flock: libc::flock = unsafe { in test_ofd_read_lock() localVariable
|
| /third_party/rust/crates/rustix/src/fs/ |
| D | fd.rs | 348 pub fn flock<Fd: AsFd>(fd: Fd, operation: FlockOperation) -> io::Result<()> { in flock() function
|
| /third_party/ntfs-3g/libfuse-lite/ |
| D | fuse_lowlevel.c | 898 struct flock *flock) in convert_fuse_file_lock() 915 struct flock flock; in do_getlk() local 933 struct flock flock; in do_setlk_common() local
|
| D | fuse.c | 2554 static void flock_to_lock(struct flock *flock, struct lock *lock) in flock_to_lock() 2563 static void lock_to_flock(struct lock *lock, struct flock *flock) in lock_to_flock()
|
| /third_party/libfuse/include/ |
| D | fuse_lowlevel.h | 1138 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
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | kernel.h | 491 unused_func_t flock; member
|
| /third_party/libfuse/lib/ |
| D | fuse_lowlevel.c | 1607 struct flock *flock) in convert_fuse_file_lock() 1624 struct flock flock; in do_getlk() local 1642 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()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
| D | syscalls.rs | 406 pub(crate) fn flock(fd: BorrowedFd<'_>, operation: FlockOperation) -> io::Result<()> { in flock() function
|
| /third_party/libfuse/example/ |
| D | passthrough_ll.c | 92 int flock; member
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| D | syscalls.rs | 954 pub(crate) fn flock(fd: BorrowedFd<'_>, operation: FlockOperation) -> io::Result<()> { in flock() function
|
| /third_party/rust/crates/linux-raw-sys/src/mips/ |
| D | general.rs | 2698 pub struct flock { struct 2715 pub struct flock64 { argument
|