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