Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/
Dfcntl.h61 struct flock { struct
62 short l_type;
63 short l_whence;
64 off_t l_start;
65 off_t l_len;
66 long l_sysid;
67 __kernel_pid_t l_pid;
68 long pad[4];
/linux-3.4.99/include/asm-generic/
Dfcntl.h167 struct flock { struct
184 struct flock64 { argument
/linux-3.4.99/fs/
Dlocks.c1202 struct file_lock *new_fl, *flock; in __break_lease() local
1300 struct file_lock *flock = inode->i_flock; in lease_get_mtime() local
1635 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument
1698 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock()
1720 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64()
1737 struct flock flock; in fcntl_getlk() local
1841 struct flock flock; in fcntl_setlk() local
1922 struct flock64 flock; in fcntl_getlk64() local
1959 struct flock64 flock; in fcntl_setlk64() local
/linux-3.4.99/fs/cifs/
Dfile.c718 __u8 type, __u16 netfid, struct file_lock *flock) in cifs_lock_test()
806 cifs_posix_lock_test(struct file *file, struct file_lock *flock) in cifs_posix_lock_test()
834 cifs_posix_lock_set(struct file *file, struct file_lock *flock) in cifs_posix_lock_set()
949 struct file_lock *flock, **before; in cifs_push_posix_locks() local
1060 cifs_read_flock(struct file_lock *flock, __u8 *type, int *lock, int *unlock, in cifs_read_flock()
1104 cifs_getlk(struct file *file, struct file_lock *flock, __u8 type, in cifs_getlk()
1193 cifs_unlock_range(struct cifsFileInfo *cfile, struct file_lock *flock, int xid) in cifs_unlock_range()
1296 cifs_setlk(struct file *file, struct file_lock *flock, __u8 type, in cifs_setlk()
1357 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock()
/linux-3.4.99/fs/9p/
Dvfs_file.c154 struct p9_flock flock; in v9fs_file_do_lock() local
/linux-3.4.99/fs/fuse/
Dfile.c1445 int flock) in fuse_lk_fill()
1492 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
Dfuse_i.h152 bool flock:1; member
/linux-3.4.99/net/9p/
Dclient.c2156 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
/linux-3.4.99/fs/ceph/
Dcaps.c2781 void *flock; in ceph_handle_caps() local
Dmds_client.c46 bool flock; member
/linux-3.4.99/include/linux/
Dfs.h1633 int (*flock) (struct file *, int, struct file_lock *); member