Searched defs:fuse_file_lock (Results 1 – 4 of 4) sorted by relevance
196 struct fuse_file_lock { struct197 uint64_t start;198 uint64_t end;199 uint32_t type;200 uint32_t pid; /* tgid */
253 struct fuse_file_lock { struct254 uint64_t start;255 uint64_t end;256 uint32_t type;257 uint32_t pid; /* tgid */
2524 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function