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