Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dproc.c291 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()
H A Dcell.c170 INIT_HLIST_HEAD(&cell->proc_volumes); in afs_alloc_cell()
H A Dinternal.h403 struct hlist_head proc_volumes; /* procfs volume list */ member