Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/include/uapi/asm/
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];
/Linux-v5.15/include/uapi/asm-generic/
Dfcntl.h196 struct flock { struct
211 struct flock64 { argument
/Linux-v5.15/tools/include/uapi/asm-generic/
Dfcntl.h195 struct flock { struct
210 struct flock64 { argument
/Linux-v5.15/fs/
Dfcntl.c335 struct flock flock; in do_fcntl() local
486 struct flock64 flock; in SYSCALL_DEFINE3() local
610 static int fixup_compat_flock(struct flock *flock) in fixup_compat_flock()
623 struct flock flock; in do_compat_fcntl64() local
Dlocks.c2125 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument
2221 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock()
2243 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64()
2257 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk()
2382 struct flock *flock) in fcntl_setlk()
2462 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64()
2506 struct flock64 *flock) in fcntl_setlk64()
/Linux-v5.15/fs/cifs/
Dsmb2file.c104 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in smb2_unlock_range()
Dfile.c1106 __u8 type, struct file_lock *flock) in cifs_lock_test()
1201 cifs_posix_lock_test(struct file *file, struct file_lock *flock) in cifs_posix_lock_test()
1230 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set()
1346 struct file_lock *flock; in cifs_push_posix_locks() local
1457 cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock, in cifs_read_flock()
1504 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_getlk()
1592 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in cifs_unlock_range()
1705 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_setlk()
1844 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
/Linux-v5.15/fs/ksmbd/
Dvfs.c324 struct file_lock *flock; in check_lock_range() local
1792 void ksmbd_vfs_posix_lock_wait(struct file_lock *flock) in ksmbd_vfs_posix_lock_wait()
1797 int ksmbd_vfs_posix_lock_wait_timeout(struct file_lock *flock, long timeout) in ksmbd_vfs_posix_lock_wait_timeout()
1804 void ksmbd_vfs_posix_lock_unblock(struct file_lock *flock) in ksmbd_vfs_posix_lock_unblock()
Dsmb2pdu.c6625 static int smb2_set_flock_flags(struct file_lock *flock, int flags) in smb2_set_flock_flags()
6665 static struct ksmbd_lock *smb2_lock_init(struct file_lock *flock, in smb2_lock_init()
6692 struct file_lock *flock = (struct file_lock *)argv[0]; in smb2_remove_blocked_lock() local
6716 struct file_lock *flock = NULL; in smb2_lock() local
/Linux-v5.15/fs/9p/
Dvfs_file.c134 struct p9_flock flock; in v9fs_file_do_lock() local
/Linux-v5.15/arch/arm/kernel/
Dsys_oabi-compat.c236 struct flock64 flock; in sys_oabi_fcntl64() local
/Linux-v5.15/fs/fuse/
Dfile.c2450 int flock, struct fuse_lk_in *inarg) in fuse_lk_fill()
2492 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
Dfuse_i.h228 bool flock:1; member
/Linux-v5.15/net/9p/
Dclient.c2212 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
/Linux-v5.15/drivers/nvme/target/
Dfc.c85 spinlock_t flock; member
/Linux-v5.15/include/linux/
Dfs.h2095 int (*flock) (struct file *, int, struct file_lock *); member