Lines Matching defs:afs_volume
597 struct afs_volume { struct
598 afs_volid_t vid; /* volume ID */
599 atomic_t usage;
600 time64_t update_at; /* Time at which to next update */
601 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
602 struct list_head proc_link; /* Link in cell->vl_proc */
603 unsigned long flags;
611 struct fscache_cookie *cache; /* caching cookie */
613 struct afs_server_list *servers; /* List of servers on which volume resides */
614 rwlock_t servers_lock; /* Lock for ->servers */
615 unsigned int servers_seq; /* Incremented each time ->servers changes */
617 unsigned cb_v_break; /* Break-everything counter. */
618 rwlock_t cb_v_break_lock;
620 afs_voltype_t type; /* type of volume */
621 short error;
622 char type_force; /* force volume type (suppress R/O -> R/W) */
623 u8 name_len;
647 struct afs_volume *volume; /* volume on which vnode resides */ argument