Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
363 struct fuse_io_priv { struct364 struct kref refcnt;365 int async;366 spinlock_t lock;367 unsigned reqs;368 ssize_t bytes;369 size_t size;370 __u64 offset;371 bool write;372 bool should_dirty;[all …]