Home
last modified time | relevance | path

Searched defs:fuse_file_lock (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfuse.h180 struct fuse_file_lock { struct
181 uint64_t start;
182 uint64_t end;
183 uint32_t type;
184 uint32_t pid; /* tgid */
/linux-4.4.14/fs/fuse/
Dfile.c2169 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function