Lines Matching refs:vs
216 struct afs_volume_status *vs) in xdr_decode_AFSFetchVolumeStatus() argument
220 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
221 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
222 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
223 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
224 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
225 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
226 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
227 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
228 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
229 vs->blocks_in_use = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
230 vs->part_blocks_avail = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
231 vs->part_max_blocks = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
1726 struct afs_volume_status *vs, in afs_fs_get_volume_status() argument
1747 call->reply2 = vs; in afs_fs_get_volume_status()