Searched refs:root_volume (Results 1 – 3 of 3) sorted by relevance
167 if (!p->root_volume) in afs_compare_cell_roots()170 if (afs_compare_volume_slists(cell->root_volume, p->root_volume) != 0) in afs_compare_cell_roots()248 if (p->root_volume) in afs_query_for_alias()328 struct afs_volume *root_volume; in afs_do_cell_detect_alias() local338 root_volume = afs_sample_volume(cell, key, "root.cell", 9); in afs_do_cell_detect_alias()339 if (!IS_ERR(root_volume)) { in afs_do_cell_detect_alias()340 cell->root_volume = root_volume; in afs_do_cell_detect_alias()344 if (PTR_ERR(root_volume) != -ENOMEDIUM) in afs_do_cell_detect_alias()345 return PTR_ERR(root_volume); in afs_do_cell_detect_alias()
831 afs_put_volume(cell->net, cell->root_volume, afs_volume_trace_put_cell_root); in afs_manage_cell()832 cell->root_volume = NULL; in afs_manage_cell()
358 struct afs_volume *root_volume; /* The root.cell volume if there is one */ member