Searched defs:fuse_file_lock (Results 1 – 2 of 2) sorted by relevance
284 struct fuse_file_lock { struct285 uint64_t start;286 uint64_t end;287 uint32_t type;288 uint32_t pid; /* tgid */
2636 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function
Completed in 16 milliseconds