Home
last modified time | relevance | path

Searched refs:proc_volumes (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/afs/
Dproc.c233 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()
Dvolume.c43 hlist_add_head_rcu(&volume->proc_link, &cell->proc_volumes); in afs_insert_volume_into_cell()
Dcell.c165 INIT_HLIST_HEAD(&cell->proc_volumes); in afs_alloc_cell()
Dinternal.h382 struct hlist_head proc_volumes; /* procfs volume list */ member