Searched defs:fuse_file_lock (Results 1 – 3 of 3) sorted by relevance
323 struct fuse_file_lock { struct324 uint64_t start;325 uint64_t end;326 uint32_t type;327 uint32_t pid; /* tgid */
325 struct fuse_file_lock { struct326 uint64_t start;327 uint64_t end;328 uint32_t type;329 uint32_t pid; /* tgid */
2606 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function