Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dinternal.h619 struct afs_volume { struct
620 struct rcu_head rcu;
621 afs_volid_t vid; /* The volume ID of this volume */
622 afs_volid_t vids[AFS_MAXTYPES]; /* All associated volume IDs */
623 refcount_t ref;
624 unsigned int debug_id; /* Debugging ID for traces */
625 time64_t update_at; /* Time at which to next update */
626 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
627 struct rb_node cell_node; /* Link in cell->volumes */
628 struct hlist_node proc_link; /* Link in cell->proc_volumes */
[all …]