Searched refs:afs_cells (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dcell.c23 static struct list_head afs_cells = LIST_HEAD_INIT(afs_cells); variable in typeref:struct:list_head
158 list_add_tail(&cell->link, &afs_cells);
237 list_for_each_entry(cell, &afs_cells, link) {
380 while (!list_empty(&afs_cells)) {
386 if (!list_empty(&afs_cells)) {
387 cell = list_entry(afs_cells.next,

Completed in 32 milliseconds