Home
last modified time | relevance | path

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

/Linux-v6.1/fs/afs/
Dinternal.h568 struct afs_volume { struct
569 union {
573 refcount_t ref;
574 time64_t update_at; /* Time at which to next update */
575 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
576 struct rb_node cell_node; /* Link in cell->volumes */
577 struct hlist_node proc_link; /* Link in cell->proc_volumes */
578 struct super_block __rcu *sb; /* Superblock on which inodes reside */
579 unsigned long flags;
588 struct fscache_volume *cache; /* Caching cookie */
[all …]