Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/include/asm-generic/
Dfcntl.h172 struct flock { struct
189 struct flock64 { argument
/linux-2.6.39/fs/
Dlocks.c1180 struct file_lock *new_fl, *flock; in __break_lease() local
1286 struct file_lock *flock = inode->i_flock; in lease_get_mtime() local
1594 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument
1657 static int posix_lock_to_flock(struct flock *flock, struct file_lock *fl) in posix_lock_to_flock()
1679 static void posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) in posix_lock_to_flock64()
1696 struct flock flock; in fcntl_getlk() local
1800 struct flock flock; in fcntl_setlk() local
1881 struct flock64 flock; in fcntl_getlk64() local
1918 struct flock64 flock; in fcntl_setlk64() local
/linux-2.6.39/fs/9p/
Dvfs_file.c154 struct p9_flock flock; in v9fs_file_do_lock() local
/linux-2.6.39/fs/fuse/
Dfile.c1442 int flock) in fuse_lk_fill()
1489 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock) in fuse_setlk()
/linux-2.6.39/net/9p/
Dclient.c1863 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
/linux-2.6.39/fs/ceph/
Dmds_client.c46 bool flock; member
Dcaps.c2754 void *flock; in ceph_handle_caps() local
/linux-2.6.39/include/linux/
Dfs.h1559 int (*flock) (struct file *, int, struct file_lock *); member