Lines Matching defs:afs_volume
569 struct afs_volume { struct
570 union {
574 refcount_t ref;
575 time64_t update_at; /* Time at which to next update */
576 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
577 struct rb_node cell_node; /* Link in cell->volumes */
578 struct hlist_node proc_link; /* Link in cell->proc_volumes */
579 struct super_block __rcu *sb; /* Superblock on which inodes reside */
580 unsigned long flags;
589 struct fscache_volume *cache; /* Caching cookie */
591 struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
592 rwlock_t servers_lock; /* Lock for ->servers */
593 unsigned int servers_seq; /* Incremented each time ->servers changes */
595 unsigned cb_v_break; /* Break-everything counter. */
596 rwlock_t cb_v_break_lock;
598 afs_voltype_t type; /* type of volume */
599 char type_force; /* force volume type (suppress R/O -> R/W) */
623 struct afs_volume *volume; /* volume on which vnode resides */ argument