Searched refs:proc_volumes (Results 1 – 4 of 4) sorted by relevance
233 return seq_hlist_start_head_rcu(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()241 return seq_hlist_next_rcu(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()
43 hlist_add_head_rcu(&volume->proc_link, &cell->proc_volumes); in afs_insert_volume_into_cell()
165 INIT_HLIST_HEAD(&cell->proc_volumes); in afs_alloc_cell()
382 struct hlist_head proc_volumes; /* procfs volume list */ member