Lines Matching +full:5 +full:vs
39 for (i = 0; i < 5 * 4 * 4; i += 16) { in xdr_dump_bad()
213 struct afs_volume_status *vs) in xdr_decode_AFSFetchVolumeStatus() argument
217 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
218 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
219 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
220 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
221 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
222 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
223 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
224 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
225 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
226 vs->blocks_in_use = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
227 vs->part_blocks_avail = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
228 vs->part_max_blocks = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
229 vs->vol_copy_date = 0; in xdr_decode_AFSFetchVolumeStatus()
230 vs->vol_backup_date = 0; in xdr_decode_AFSFetchVolumeStatus()
409 case 5: in afs_deliver_fs_fetch_data()
468 bp[5] = htonl(lower_32_bits(req->pos)); in afs_fs_fetch_data64()
504 bp[5] = htonl(lower_32_bits(req->len)); in afs_fs_fetch_data()
562 reqsz = (5 * 4) + namesz + padsz + (6 * 4); in afs_fs_create_file()
615 reqsz = (5 * 4) + namesz + padsz + (6 * 4); in afs_fs_make_dir()
694 reqsz = (5 * 4) + namesz + padsz; in afs_fs_remove_file()
741 reqsz = (5 * 4) + namesz + padsz; in afs_fs_remove_dir()
819 reqsz = (5 * 4) + namesz + padsz + (3 * 4); in afs_fs_link()
1356 xdr_decode_AFSFetchVolumeStatus(&bp, &op->volstatus.vs); in afs_deliver_fs_get_volume_status()
1406 case 5: in afs_deliver_fs_get_volume_status()
1557 call = afs_alloc_flat_call(op->net, &afs_RXFSSetLock, 5 * 4, 6 * 4); in afs_fs_set_lock()
1875 case 5: in afs_deliver_fs_inline_bulk_status()
2089 5 * 4 + size, (21 + 6) * 4); in afs_fs_store_acl()
2100 memcpy(&bp[5], acl->data, acl->size); in afs_fs_store_acl()
2102 memset((void *)&bp[5] + acl->size, 0, size - acl->size); in afs_fs_store_acl()