Home
last modified time | relevance | path

Searched refs:vols (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/afs/
Dvolume.c88 if (vlocation->vols[params->type]) { in afs_volume_lookup()
90 volume = vlocation->vols[params->type]; in afs_volume_lookup()
139 vlocation->vols[volume->type] = volume; in afs_volume_lookup()
196 vlocation->vols[volume->type] = NULL; in afs_put_volume()
Dinternal.h259 struct afs_volume *vols[3]; /* volume access record pointer (index by type) */ member