Searched refs:root_volume (Results 1 – 3 of 3) sorted by relevance
118 if (!p->root_volume) in afs_compare_cell_roots()121 if (afs_compare_volume_slists(cell->root_volume, p->root_volume) != 0) in afs_compare_cell_roots()199 if (p->root_volume) in afs_query_for_alias()285 struct afs_volume *root_volume; in afs_do_cell_detect_alias() local295 root_volume = afs_sample_volume(cell, key, "root.cell", 9); in afs_do_cell_detect_alias()296 if (!IS_ERR(root_volume)) { in afs_do_cell_detect_alias()297 cell->root_volume = root_volume; in afs_do_cell_detect_alias()301 if (PTR_ERR(root_volume) != -ENOMEDIUM) in afs_do_cell_detect_alias()302 return PTR_ERR(root_volume); in afs_do_cell_detect_alias()
871 afs_put_volume(cell->root_volume, afs_volume_trace_put_cell_root); in afs_manage_cell()872 cell->root_volume = NULL; in afs_manage_cell()
378 struct afs_volume *root_volume; /* The root.cell volume if there is one */ member