Lines Matching defs:afs_volume
562 struct afs_volume { struct
563 union {
567 atomic_t usage;
568 time64_t update_at; /* Time at which to next update */
569 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
570 struct rb_node cell_node; /* Link in cell->volumes */
571 struct hlist_node proc_link; /* Link in cell->proc_volumes */
572 struct super_block __rcu *sb; /* Superblock on which inodes reside */
573 unsigned long flags;
582 struct fscache_cookie *cache; /* caching cookie */
584 struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
585 rwlock_t servers_lock; /* Lock for ->servers */
586 unsigned int servers_seq; /* Incremented each time ->servers changes */
588 unsigned cb_v_break; /* Break-everything counter. */
589 rwlock_t cb_v_break_lock;
591 afs_voltype_t type; /* type of volume */
592 char type_force; /* force volume type (suppress R/O -> R/W) */
593 u8 name_len;
617 struct afs_volume *volume; /* volume on which vnode resides */ argument