Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
244 struct fuse_io_priv { struct245 struct kref refcnt;246 int async;247 spinlock_t lock;248 unsigned reqs;249 ssize_t bytes;250 size_t size;251 __u64 offset;252 bool write;253 bool should_dirty;[all …]