Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl.h28 struct flock struct
43 struct flock64 argument
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h64 struct flock { struct
65 short l_type;
66 short l_whence;
67 __kernel_off_t l_start;
68 __kernel_off_t l_len;
69 long l_sysid;
70 __kernel_pid_t l_pid;
71 long pad[4];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl.h40 struct flock struct
50 struct flock64 argument
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h196 struct flock { struct
211 struct flock64 { argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h196 struct flock { struct
211 struct flock64 { argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h196 struct flock { struct
211 struct flock64 { argument
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h195 struct flock { struct
210 struct flock64 { argument
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c334 struct flock flock; in do_fcntl() local
485 struct flock64 flock; in SYSCALL_DEFINE3() local
609 static int fixup_compat_flock(struct flock *flock) in fixup_compat_flock()
622 struct flock flock; in do_compat_fcntl64() local
H A Dlocks.c2219 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument
2315 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock()
2337 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64()
2351 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk()
2477 struct flock *flock) in fcntl_setlk()
2564 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64()
2608 struct flock64 *flock) in fcntl_setlk64()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2file.c116 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in smb2_unlock_range()
H A Dfile.c1035 __u8 type, struct file_lock *flock) in cifs_lock_test()
1130 cifs_posix_lock_test(struct file *file, struct file_lock *flock) in cifs_posix_lock_test()
1159 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set()
1275 struct file_lock *flock; in cifs_push_posix_locks() local
1386 cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock, in cifs_read_flock()
1433 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_getlk()
1521 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in cifs_unlock_range()
1634 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_setlk()
1776 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_file.c137 struct p9_flock flock; in v9fs_file_do_lock() local
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c2452 int flock, struct fuse_lk_in *inarg) in fuse_lk_fill()
2494 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
H A Dfuse_i.h249 bool flock:1; member
/OK3568_Linux_fs/kernel/net/9p/
H A Dclient.c2203 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dfc.c85 spinlock_t flock; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1902 int (*flock) (struct file *, int, struct file_lock *); member