Home
last modified time | relevance | path

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

/linux-6.14.4/include/uapi/linux/
Dfuse.h341 struct fuse_file_lock { struct
342 uint64_t start;
343 uint64_t end;
344 uint32_t type;
345 uint32_t pid; /* tgid */
/linux-6.14.4/fs/fuse/
Dfile.c2788 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function