Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl13.c25 static struct flock flock; variable
30 struct flock *flock; member
Dfcntl14.c534 static struct flock flock; variable
/third_party/musl/porting/liteos_a/kernel/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;
/third_party/musl/porting/linux/user/include/
Dfcntl.h25 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/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;
/third_party/musl/ndk_musl_include/
Dfcntl.h25 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/uniproton/kernel/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;
/third_party/musl/porting/liteos_m/user/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;
/third_party/musl/porting/liteos_m_iccarm/kernel/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;
/third_party/musl/porting/liteos_m/kernel/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;
/third_party/musl/src/linux/
Dflock.c4 int flock(int fd, int op) in flock() function
/third_party/rust/crates/rustix/tests/fs/
Dmain.rs14 mod flock; module
/third_party/rust/crates/nix/test/
Dtest_fcntl.rs395 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/
Dfd.rs348 pub fn flock<Fd: AsFd>(fd: Fd, operation: FlockOperation) -> io::Result<()> { in flock() function
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c898 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
Dfuse.c2554 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/
Dfuse_lowlevel.h1173 void (*flock) (fuse_req_t req, fuse_ino_t ino, member
Dfuse.h793 int (*flock) (const char *, struct fuse_file_info *, int op); member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h491 unused_func_t flock; member
/third_party/libfuse/lib/
Dfuse_lowlevel.c1636 struct flock *flock)
1653 struct flock flock; local
1671 struct flock flock; local
Dfuse.c4032 static void flock_to_lock(struct flock *flock, struct lock *lock) in flock_to_lock()
4042 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/
Dsyscalls.rs406 pub(crate) fn flock(fd: BorrowedFd<'_>, operation: FlockOperation) -> io::Result<()> { in flock() function
/third_party/libfuse/example/
Dpassthrough_ll.c90 int flock; member
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs954 pub(crate) fn flock(fd: BorrowedFd<'_>, operation: FlockOperation) -> io::Result<()> { in flock() function
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs2698 pub struct flock { struct
2715 pub struct flock64 { argument

12