Searched defs:fuse_io_priv (Results 1 – 1 of 1) sorted by relevance
343 struct fuse_io_priv { struct344 struct kref refcnt;345 int async;346 spinlock_t lock;347 unsigned reqs;348 ssize_t bytes;349 size_t size;350 __u64 offset;351 bool write;352 bool should_dirty;[all …]