Searched defs:flock (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | fcntl.h | 63 struct flock { struct 64 short l_type; 65 short l_whence; 66 __kernel_off_t l_start; 67 __kernel_off_t l_len; 68 long l_sysid; 69 __kernel_pid_t l_pid; 70 long pad[4];
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | fcntl.h | 195 struct flock { struct 210 struct flock64 { argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_flock.c | 179 struct ldlm_flock *flock; in ldlm_flock_deadlock() local 793 struct ldlm_flock *flock; in ldlm_export_flock_get() local 808 struct ldlm_flock *flock; in ldlm_export_flock_put() local
|
/linux-4.1.27/fs/ |
D | locks.c | 1896 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument 1961 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock() 1983 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64() 2000 struct flock flock; in fcntl_getlk() local 2132 struct flock flock; in fcntl_setlk() local 2226 struct flock64 flock; in fcntl_getlk64() local 2274 struct flock64 flock; in fcntl_setlk64() local
|
/linux-4.1.27/fs/cifs/ |
D | smb2file.c | 91 smb2_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in smb2_unlock_range()
|
D | file.c | 897 __u8 type, struct file_lock *flock) in cifs_lock_test() 990 cifs_posix_lock_test(struct file *file, struct file_lock *flock) in cifs_posix_lock_test() 1018 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set() 1129 struct file_lock *flock; in cifs_push_posix_locks() local 1240 cifs_read_flock(struct file_lock *flock, __u32 *type, int *lock, int *unlock, in cifs_read_flock() 1287 cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_getlk() 1374 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, in cifs_unlock_range() 1481 cifs_setlk(struct file *file, struct file_lock *flock, __u32 type, in cifs_setlk() 1560 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
|
/linux-4.1.27/fs/9p/ |
D | vfs_file.c | 152 struct p9_flock flock; in v9fs_file_do_lock() local
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 2098 int flock, struct fuse_lk_in *inarg) in fuse_lk_fill() 2140 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
|
D | fuse_i.h | 160 bool flock:1; member
|
/linux-4.1.27/net/9p/ |
D | client.c | 2174 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 50 bool flock; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2691 ldlm_policy_data_t flock = {{0}}; in ll_file_flock() local
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1612 int (*flock) (struct file *, int, struct file_lock *); member
|