Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dcell.c68 INIT_LIST_HEAD(&cell->vl_list); in afs_cell_alloc()
363 ASSERT(list_empty(&cell->vl_list)); in afs_put_cell()
404 ASSERT(list_empty(&cell->vl_list)); in afs_cell_destroy()
Dproc.c485 return seq_list_start_head(&cell->vl_list, *_pos); in afs_proc_cell_volumes_start()
497 return seq_list_next(v, &cell->vl_list, _pos); in afs_proc_cell_volumes_next()
530 if (v == &cell->vl_list) { in afs_proc_cell_volumes_show()
Dvlocation.c393 list_for_each_entry(vl, &cell->vl_list, link) { in afs_vlocation_lookup()
410 list_add_tail(&vl->link, &cell->vl_list); in afs_vlocation_lookup()
Dinternal.h209 struct list_head vl_list; /* cell's active VL record list */ member