Searched defs:fuse_io_priv (Results 1 – 2 of 2) sorted by relevance
49621 struct fuse_io_priv { struct49622 struct kref refcnt;49623 int async;49624 spinlock_t lock;49625 unsigned int reqs;49626 ssize_t bytes;49627 size_t size;49628 __u64 offset;49629 bool write;49630 bool should_dirty;[all …]
59378 struct fuse_io_priv { struct59379 struct kref refcnt;59380 int async;59381 spinlock_t lock;59382 unsigned int reqs;59383 ssize_t bytes;59384 size_t size;59385 __u64 offset;59386 bool write;59387 bool should_dirty;[all …]