Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h352 struct fuse_file_lock { struct
353 uint64_t start;
354 uint64_t end;
355 uint32_t type;
356 uint32_t pid; /* tgid */
/linux/fs/fuse/
H A Dfile.c2456 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function