Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fuse/
Dfuse_i.h244 struct fuse_io_priv { struct
245 struct kref refcnt;
246 int async;
247 spinlock_t lock;
248 unsigned reqs;
249 ssize_t bytes;
250 size_t size;
251 __u64 offset;
252 bool write;
253 bool should_dirty;
[all …]