Home
last modified time | relevance | path

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

12

/third_party/musl/porting/linux/user/src/linux/aarch64/
Dflock.s4 .global flock symbol
6 flock: label
/third_party/musl/porting/linux/user/src/linux/x86_64/
Dflock.s2 .global flock symbol
4 flock: label
/third_party/musl/src/linux/x86_64/linux/
Dflock.s2 .global flock symbol
4 flock: label
/third_party/musl/porting/linux/user/src/linux/arm/
Dflock.s4 .global flock symbol
6 flock: label
/third_party/musl/src/linux/aarch64/linux/
Dflock.s4 .global flock symbol
6 flock: label
/third_party/musl/src/linux/arm/linux/
Dflock.s4 .global flock symbol
6 flock: label
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl13.c25 static struct flock flock; variable
30 struct flock *flock; member
Dfcntl_common.h14 #define FCNTL_COMPAT(fd, cmd, flock) \ argument
71 #define FCNTL_COMPAT(fd, cmd, flock) \ argument
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/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/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/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/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/include/
Dfcntl.h27 struct flock { struct
28 short l_type;
29 short l_whence;
30 off_t l_start;
31 off_t l_len;
32 pid_t l_pid;
/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
/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.h489 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
/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

12