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

/linux-master/fs/afs/
H A Dvl_alias.c141 struct afs_volume *volume, *pvol = NULL; local
147 pvol = afs_get_volume(rb_entry(p->volumes.rb_node,
151 if (!pvol)
154 _enter("%s:%s", cell->name, pvol->name);
157 volume = afs_sample_volume(cell, key, pvol->name, pvol->name_len);
159 afs_put_volume(pvol, afs_volume_trace_put_query_alias);
170 if (pvol->vid == volume->vid) {
172 if (afs_compare_volume_slists(volume, pvol))
178 afs_put_volume(pvol, afs_volume_trace_put_query_alia
[all...]

Completed in 201 milliseconds