Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
569 struct afs_volume { struct570 union {574 refcount_t ref;575 time64_t update_at; /* Time at which to next update */576 struct afs_cell *cell; /* Cell to which belongs (pins ref) */577 struct rb_node cell_node; /* Link in cell->volumes */578 struct hlist_node proc_link; /* Link in cell->proc_volumes */579 struct super_block __rcu *sb; /* Superblock on which inodes reside */580 unsigned long flags;589 struct fscache_volume *cache; /* Caching cookie */[all …]