Searched defs:flock (Results 1 – 7 of 7) sorted by relevance
/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 | 2188 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument 2284 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock() 2306 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64() 2320 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() 2445 struct flock *flock) in fcntl_setlk() 2532 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64() 2576 struct flock64 *flock) in fcntl_setlk64()
|
/fs/cifs/ |
D | smb2file.c | 117 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in smb2_unlock_range()
|
D | file.c | 1035 __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() 1158 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set() 1281 struct file_lock *flock; in cifs_push_posix_locks() local 1392 cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock, in cifs_read_flock() 1439 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_getlk() 1527 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in cifs_unlock_range() 1640 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_setlk() 1733 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
|
/fs/9p/ |
D | vfs_file.c | 137 struct p9_flock flock; in v9fs_file_do_lock() local
|
/fs/fuse/ |
D | file.c | 2341 int flock, struct fuse_lk_in *inarg) in fuse_lk_fill() 2383 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
|
D | fuse_i.h | 218 bool flock:1; member
|