Home
last modified time | relevance | path

Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/afs/
Dinternal.h634 struct afs_volume { struct
635 struct rcu_head rcu;
636 afs_volid_t vid; /* The volume ID of this volume */
637 afs_volid_t vids[AFS_MAXTYPES]; /* All associated volume IDs */
638 refcount_t ref;
639 time64_t update_at; /* Time at which to next update */
640 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
641 struct rb_node cell_node; /* Link in cell->volumes */
642 struct hlist_node proc_link; /* Link in cell->proc_volumes */
643 struct super_block __rcu *sb; /* Superblock on which inodes reside */
[all …]