Searched defs:flock (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | fcntl.h | 64 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-v4.19/tools/include/uapi/asm-generic/ |
D | fcntl.h | 195 struct flock { struct 210 struct flock64 { argument
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | fcntl.h | 196 struct flock { struct 211 struct flock64 { argument
|
/Linux-v4.19/fs/ |
D | fcntl.c | 326 struct flock flock; in do_fcntl() local 477 struct flock64 flock; in SYSCALL_DEFINE3() local 601 static int fixup_compat_flock(struct flock *flock) in fixup_compat_flock() 614 struct flock flock; in do_compat_fcntl64() local
|
D | locks.c | 1985 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument 2081 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock() 2103 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64() 2117 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() 2244 struct flock *flock) in fcntl_setlk() 2331 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64() 2375 struct flock64 *flock) in fcntl_setlk64()
|
/Linux-v4.19/fs/cifs/ |
D | file.c | 956 __u8 type, struct file_lock *flock) in cifs_lock_test() 1049 cifs_posix_lock_test(struct file *file, struct file_lock *flock) in cifs_posix_lock_test() 1077 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set() 1196 struct file_lock *flock; in cifs_push_posix_locks() local 1307 cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock, in cifs_read_flock() 1354 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_getlk() 1442 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in cifs_unlock_range() 1551 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_setlk() 1631 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
|
D | smb2file.c | 109 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in smb2_unlock_range()
|
/Linux-v4.19/fs/9p/ |
D | vfs_file.c | 152 struct p9_flock flock; in v9fs_file_do_lock() local
|
/Linux-v4.19/fs/fuse/ |
D | file.c | 2132 int flock, struct fuse_lk_in *inarg) in fuse_lk_fill() 2174 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
|
D | fuse_i.h | 158 bool flock:1; member
|
/Linux-v4.19/net/9p/ |
D | client.c | 2193 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
|
/Linux-v4.19/drivers/nvme/target/ |
D | fc.c | 86 spinlock_t flock; member
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1750 int (*flock) (struct file *, int, struct file_lock *); member
|