/linux-6.8/include/uapi/asm-generic/ |
D | fcntl.h | 195 struct flock { struct 209 struct flock64 { argument
|
/linux-6.8/tools/include/uapi/asm-generic/ |
D | fcntl.h | 195 struct flock { struct 209 struct flock64 { argument
|
/linux-6.8/fs/ |
D | fcntl.c | 321 struct flock flock; in do_fcntl() local 470 struct flock64 flock; in SYSCALL_DEFINE3() local 594 static int fixup_compat_flock(struct flock *flock) in fixup_compat_flock() 607 struct flock flock; in do_compat_fcntl64() local
|
D | locks.c | 2068 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument 2172 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock() 2194 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64() 2208 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() 2337 struct flock *flock) in fcntl_setlk() 2417 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64() 2461 struct flock64 *flock) in fcntl_setlk64()
|
/linux-6.8/fs/smb/client/ |
D | file.c | 1307 __u8 type, struct file_lock *flock) in cifs_lock_test() 1403 cifs_posix_lock_test(struct file *file, struct file_lock *flock) in cifs_posix_lock_test() 1432 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set() 1550 struct file_lock *flock; in cifs_push_posix_locks() local 1666 cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock, in cifs_read_flock() 1713 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_getlk() 1804 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in cifs_unlock_range() 1918 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_setlk() 2061 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
|
D | smb2file.c | 189 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in smb2_unlock_range()
|
/linux-6.8/fs/smb/server/ |
D | vfs.c | 332 struct file_lock *flock; in check_lock_range() local 1838 void ksmbd_vfs_posix_lock_wait(struct file_lock *flock) in ksmbd_vfs_posix_lock_wait() 1843 int ksmbd_vfs_posix_lock_wait_timeout(struct file_lock *flock, long timeout) in ksmbd_vfs_posix_lock_wait_timeout() 1850 void ksmbd_vfs_posix_lock_unblock(struct file_lock *flock) in ksmbd_vfs_posix_lock_unblock()
|
D | smb2pdu.c | 6778 static int smb2_set_flock_flags(struct file_lock *flock, int flags) in smb2_set_flock_flags() 6818 static struct ksmbd_lock *smb2_lock_init(struct file_lock *flock, in smb2_lock_init() 6845 struct file_lock *flock = (struct file_lock *)argv[0]; in smb2_remove_blocked_lock() local 6869 struct file_lock *flock = NULL; in smb2_lock() local
|
/linux-6.8/fs/9p/ |
D | vfs_file.c | 120 struct p9_flock flock; in v9fs_file_do_lock() local
|
/linux-6.8/arch/arm/kernel/ |
D | sys_oabi-compat.c | 239 struct flock64 flock; in sys_oabi_fcntl64() local
|
/linux-6.8/fs/fuse/ |
D | file.c | 2525 int flock, struct fuse_lk_in *inarg) in fuse_lk_fill() 2567 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
|
D | fuse_i.h | 248 bool flock:1; member
|
/linux-6.8/net/9p/ |
D | client.c | 2162 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
|
/linux-6.8/drivers/nvme/target/ |
D | fc.c | 85 spinlock_t flock; member
|
/linux-6.8/include/linux/ |
D | fs.h | 2006 int (*flock) (struct file *, int, struct file_lock *); member
|