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