Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
562 struct afs_volume { struct563 union {567 atomic_t usage;568 time64_t update_at; /* Time at which to next update */569 struct afs_cell *cell; /* Cell to which belongs (pins ref) */570 struct rb_node cell_node; /* Link in cell->volumes */571 struct hlist_node proc_link; /* Link in cell->proc_volumes */572 struct super_block __rcu *sb; /* Superblock on which inodes reside */573 unsigned long flags;582 struct fscache_cookie *cache; /* caching cookie */[all …]