Lines Matching refs:pvol
190 struct afs_volume *volume, *pvol = NULL;
196 pvol = afs_get_volume(rb_entry(p->volumes.rb_node,
200 if (!pvol)
203 _enter("%s:%s", cell->name, pvol->name);
206 volume = afs_sample_volume(cell, key, pvol->name, pvol->name_len);
208 afs_put_volume(cell->net, pvol, afs_volume_trace_put_query_alias);
219 if (pvol->vid == volume->vid) {
221 if (afs_compare_volume_slists(volume, pvol))
227 afs_put_volume(cell->net, pvol, afs_volume_trace_put_query_alias);