Searched refs:proc_volumes (Results 1 – 3 of 3) sorted by relevance
291 return seq_hlist_start_head_rcu(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()299 return seq_hlist_next_rcu(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()
170 INIT_HLIST_HEAD(&cell->proc_volumes); in afs_alloc_cell()
403 struct hlist_head proc_volumes; /* procfs volume list */ member