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