Home
last modified time | relevance | path

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

/linux-5.10/fs/fuse/
Dfuse_i.h283 struct fuse_io_priv { struct
284 struct kref refcnt;
285 int async;
286 spinlock_t lock;
287 unsigned reqs;
288 ssize_t bytes;
289 size_t size;
290 __u64 offset;
291 bool write;
292 bool should_dirty;
[all …]