Home
last modified time | relevance | path

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

/linux-5.10/include/uapi/linux/
Dfuse.h253 struct fuse_file_lock { struct
254 uint64_t start;
255 uint64_t end;
256 uint32_t type;
257 uint32_t pid; /* tgid */
/linux-5.10/fs/fuse/
Dfile.c2471 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function