Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
267 struct fuse_io_priv { struct268 struct kref refcnt;269 int async;270 spinlock_t lock;271 unsigned reqs;272 ssize_t bytes;273 size_t size;274 __u64 offset;275 bool write;276 bool should_dirty;[all …]