Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h194 struct flock { struct
208 struct flock64 { argument
/linux/fs/
H A Dfcntl.c451 struct flock flock; in do_fcntl() local
602 struct flock64 flock; in SYSCALL_DEFINE3() local
723 static int fixup_compat_flock(struct flock *flock) in fixup_compat_flock()
736 struct flock flock; in do_compat_fcntl64() local
/linux/fs/smb/client/
H A Dfile.c1600 __u8 type, struct file_lock *flock) in cifs_lock_test()
1696 cifs_posix_lock_test(struct file *file, struct file_lock *flock) in cifs_posix_lock_test()
1725 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set()
1843 struct file_lock *flock; in cifs_push_posix_locks() local
1961 cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock, in cifs_read_flock()
2009 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_getlk()
2123 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in cifs_unlock_range()
2235 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_setlk()
2378 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
H A Dsmb2file.c257 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in smb2_unlock_range()
/linux/fs/smb/server/
H A Dvfs.c317 struct file_lock *flock; in check_lock_range() local
1831 void ksmbd_vfs_posix_lock_wait(struct file_lock *flock) in ksmbd_vfs_posix_lock_wait()
1836 void ksmbd_vfs_posix_lock_unblock(struct file_lock *flock) in ksmbd_vfs_posix_lock_unblock()
H A Dsmb2pdu.c7258 static int smb2_set_flock_flags(struct file_lock *flock, int flags) in smb2_set_flock_flags()
7298 static struct ksmbd_lock *smb2_lock_init(struct file_lock *flock, in smb2_lock_init()
7325 struct file_lock *flock = (struct file_lock *)argv[0]; in smb2_remove_blocked_lock() local
7349 struct file_lock *flock = NULL; in smb2_lock() local
/linux/fs/9p/
H A Dvfs_file.c120 struct p9_flock flock; in v9fs_file_do_lock() local
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c239 struct flock64 flock; in sys_oabi_fcntl64() local
/linux/net/9p/
H A Dclient.c2231 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl() argument
[all...]
/linux/drivers/nvme/target/
H A Dfc.c85 spinlock_t flock; member
/linux/include/linux/
H A Dfs.h2174 int (*flock) (struct file *, int, struct file_lock *); member