Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
283 struct fuse_io_priv { struct284 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 …]