Lines Matching defs:afs_volume
568 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 */
590 struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
591 rwlock_t servers_lock; /* Lock for ->servers */
592 unsigned int servers_seq; /* Incremented each time ->servers changes */
594 unsigned cb_v_break; /* Break-everything counter. */
595 rwlock_t cb_v_break_lock;
597 afs_voltype_t type; /* type of volume */
598 char type_force; /* force volume type (suppress R/O -> R/W) */
622 struct afs_volume *volume; /* volume on which vnode resides */ argument