Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfuse.h265 struct fuse_file_lock { struct
266 uint64_t start;
267 uint64_t end;
268 uint32_t type;
269 uint32_t pid; /* tgid */
/linux/fs/fuse/
A Dfile.c2531 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function

Completed in 13 milliseconds