Searched defs:flock (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/arch/mips/include/asm/ |
D | fcntl.h | 61 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/ |
D | fcntl.h | 167 struct flock { struct 184 struct flock64 { argument
|
/linux-3.4.99/fs/ |
D | locks.c | 1202 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/ |
D | file.c | 718 __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/ |
D | vfs_file.c | 154 struct p9_flock flock; in v9fs_file_do_lock() local
|
/linux-3.4.99/fs/fuse/ |
D | file.c | 1445 int flock) in fuse_lk_fill() 1492 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
|
D | fuse_i.h | 152 bool flock:1; member
|
/linux-3.4.99/net/9p/ |
D | client.c | 2156 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/ |
D | caps.c | 2781 void *flock; in ceph_handle_caps() local
|
D | mds_client.c | 46 bool flock; member
|
/linux-3.4.99/include/linux/ |
D | fs.h | 1633 int (*flock) (struct file *, int, struct file_lock *); member
|