Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
301 struct fuse_io_priv { struct302 struct kref refcnt;303 int async;304 spinlock_t lock;305 unsigned reqs;306 ssize_t bytes;307 size_t size;308 __u64 offset;309 bool write;310 bool should_dirty;[all …]