Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
Dfuse_i.h363 struct fuse_io_priv { struct
364 struct kref refcnt;
365 int async;
366 spinlock_t lock;
367 unsigned reqs;
368 ssize_t bytes;
369 size_t size;
370 __u64 offset;
371 bool write;
372 bool should_dirty;
[all …]