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