Searched defs:fuse_file_lock (Results 1 – 2 of 2) sorted by relevance
121 struct fuse_file_lock { struct122 __u64 start;123 __u64 end;124 __u32 type;125 __u32 pid; /* tgid */
1521 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function