Lines Matching refs:root_volume
167 if (!p->root_volume)
170 if (afs_compare_volume_slists(cell->root_volume, p->root_volume) != 0)
248 if (p->root_volume)
328 struct afs_volume *root_volume;
338 root_volume = afs_sample_volume(cell, key, "root.cell", 9);
339 if (!IS_ERR(root_volume)) {
340 cell->root_volume = root_volume;
344 if (PTR_ERR(root_volume) != -ENOMEDIUM)
345 return PTR_ERR(root_volume);