Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dfuse_i.h246 struct fuse_io_priv { struct
247 struct kref refcnt;
248 int async;
249 spinlock_t lock;
250 unsigned reqs;
251 ssize_t bytes;
252 size_t size;
253 __u64 offset;
254 bool write;
255 bool should_dirty;
[all …]