Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
279 struct fuse_io_priv { struct280 struct kref refcnt;281 int async;282 spinlock_t lock;283 unsigned reqs;284 ssize_t bytes;285 size_t size;286 __u64 offset;287 bool write;288 bool should_dirty;[all …]