Searched defs:fuse_file_lock (Results 1 – 7 of 7) sorted by relevance
46 struct fuse_file_lock { struct47 uint64_t start;48 uint64_t end;49 uint32_t type;50 uint32_t pid;
253 struct fuse_file_lock { struct254 uint64_t start;255 uint64_t end;256 uint32_t type;257 uint32_t pid; /* tgid */
55 struct fuse_file_lock { struct56 uint64_t start;57 uint64_t end;58 uint32_t type;59 uint32_t pid;
323 struct fuse_file_lock { struct324 uint64_t start;325 uint64_t end;326 uint32_t type;327 uint32_t pid; /* tgid */
2606 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function
2520 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function