Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
378 struct fuse_io_priv { struct379 struct kref refcnt;380 int async;381 spinlock_t lock;382 unsigned reqs;383 ssize_t bytes;384 size_t size;385 __u64 offset;386 bool write;387 bool should_dirty;[all …]