Home
last modified time | relevance | path

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

/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/src/linux/
Dflock.c4 int flock(int fd, int op) in flock() function
/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/ndk_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/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/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/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/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/boost/libs/interprocess/test/
Dfile_lock_test.cpp50 file_lock flock(get_filename().c_str()); in main() local
/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/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h491 unused_func_t flock; member