Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
286 struct fuse_io_priv { struct287 struct kref refcnt;288 int async;289 spinlock_t lock;290 unsigned reqs;291 ssize_t bytes;292 size_t size;293 __u64 offset;294 bool write;295 bool should_dirty;[all …]