Home
last modified time | relevance | path

Searched defs:fuse_file_lock (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dfuse.h121 struct fuse_file_lock { struct
122 __u64 start;
123 __u64 end;
124 __u32 type;
125 __u32 pid; /* tgid */
/linux-2.6.39/fs/fuse/
Dfile.c1521 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function