Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dfuse.h194 struct fuse_file_lock { struct
195 uint64_t start;
196 uint64_t end;
197 uint32_t type;
198 uint32_t pid; /* tgid */
/linux-4.19.296/fs/fuse/
Dfile.c2226 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function