/third_party/musl/porting/linux/user/src/linux/aarch64/ |
D | flock.s | 4 .global flock symbol 6 flock: label
|
/third_party/musl/porting/linux/user/src/linux/x86_64/ |
D | flock.s | 2 .global flock symbol 4 flock: label
|
/third_party/musl/src/linux/x86_64/linux/ |
D | flock.s | 2 .global flock symbol 4 flock: label
|
/third_party/musl/porting/linux/user/src/linux/arm/ |
D | flock.s | 4 .global flock symbol 6 flock: label
|
/third_party/musl/src/linux/aarch64/linux/ |
D | flock.s | 4 .global flock symbol 6 flock: label
|
/third_party/musl/src/linux/arm/linux/ |
D | flock.s | 4 .global flock symbol 6 flock: label
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl13.c | 25 static struct flock flock; variable 30 struct flock *flock; member
|
D | fcntl_common.h | 14 #define FCNTL_COMPAT(fd, cmd, flock) \ argument 71 #define FCNTL_COMPAT(fd, cmd, flock) \ argument
|
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/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/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/include/ |
D | fcntl.h | 27 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/ |
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
|
/third_party/libfuse/include/ |
D | fuse_lowlevel.h | 1173 void (*flock) (fuse_req_t req, fuse_ino_t ino, member
|
D | fuse.h | 793 int (*flock) (const char *, struct fuse_file_info *, int op); member
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 489 unused_func_t flock; member
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 1636 struct flock *flock) 1653 struct flock flock; local 1671 struct flock flock; local
|
/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
|