Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dfuse.h275 struct fuse_file_lock { struct
276 uint64_t start;
277 uint64_t end;
278 uint32_t type;
279 uint32_t pid; /* tgid */
/Linux-v6.1/fs/fuse/
Dfile.c2561 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function