Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fuse/
Dfuse_i.h278 struct fuse_io_priv { struct
279 struct kref refcnt;
280 int async;
281 spinlock_t lock;
282 unsigned reqs;
283 ssize_t bytes;
284 size_t size;
285 __u64 offset;
286 bool write;
287 bool should_dirty;
[all …]