Lines Matching refs:ntohl
41 fid->vid = ntohl(*bp++); in xdr_decode_AFSFid()
42 fid->vnode = ntohl(*bp++); in xdr_decode_AFSFid()
43 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
60 i, ntohl(x[0]), ntohl(x[1]), ntohl(x[2]), ntohl(x[3])); in xdr_dump_bad()
64 pr_notice("0x50: %08x\n", ntohl(x[0])); in xdr_dump_bad()
142 abort_code = ntohl(xdr->abort_code); in xdr_decode_AFSFetchStatus()
156 pr_warn("Unknown AFSFetchStatus version %u\n", ntohl(xdr->if_version)); in xdr_decode_AFSFetchStatus()
165 type = ntohl(xdr->type); in xdr_decode_AFSFetchStatus()
188 u32 x = ntohl(xdr->FIELD); \ in xdr_decode_AFSFetchStatus()
203 status->mtime_client = ntohl(xdr->mtime_client); in xdr_decode_AFSFetchStatus()
204 status->mtime_server = ntohl(xdr->mtime_server); in xdr_decode_AFSFetchStatus()
205 status->lock_count = ntohl(xdr->lock_count); in xdr_decode_AFSFetchStatus()
207 size = (u64)ntohl(xdr->size_lo); in xdr_decode_AFSFetchStatus()
208 size |= (u64)ntohl(xdr->size_hi) << 32; in xdr_decode_AFSFetchStatus()
211 data_version = (u64)ntohl(xdr->data_version_lo); in xdr_decode_AFSFetchStatus()
212 data_version |= (u64)ntohl(xdr->data_version_hi) << 32; in xdr_decode_AFSFetchStatus()
277 vnode->cb_version = ntohl(*bp++); in xdr_decode_AFSCallBack()
278 cb_expiry = ntohl(*bp++); in xdr_decode_AFSCallBack()
279 vnode->cb_type = ntohl(*bp++); in xdr_decode_AFSCallBack()
301 cb->version = ntohl(*bp++); in xdr_decode_AFSCallBack_raw()
302 cb->expiry = ntohl(*bp++); in xdr_decode_AFSCallBack_raw()
303 cb->type = ntohl(*bp++); in xdr_decode_AFSCallBack_raw()
315 volsync->creation = ntohl(*bp++); in xdr_decode_AFSVolSync()
370 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
371 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
372 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
373 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
374 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
375 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
376 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
377 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
378 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
379 vs->blocks_in_use = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
380 vs->part_blocks_avail = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
381 vs->part_max_blocks = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
497 req->actual_len = ntohl(call->tmp); in afs_deliver_fs_fetch_data()
510 req->actual_len |= ntohl(call->tmp); in afs_deliver_fs_fetch_data()
1612 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1659 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1706 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
2023 count = ntohl(call->tmp); in afs_deliver_fs_get_capabilities()
2114 callback[call->count].version = ntohl(bp[0]); in afs_deliver_fs_fetch_status()
2115 callback[call->count].expiry = ntohl(bp[1]); in afs_deliver_fs_fetch_status()
2116 callback[call->count].type = ntohl(bp[2]); in afs_deliver_fs_fetch_status()
2206 tmp = ntohl(call->tmp); in afs_deliver_fs_inline_bulk_status()
2244 tmp = ntohl(call->tmp); in afs_deliver_fs_inline_bulk_status()
2262 callbacks[call->count].version = ntohl(bp[0]); in afs_deliver_fs_inline_bulk_status()
2263 callbacks[call->count].expiry = ntohl(bp[1]); in afs_deliver_fs_inline_bulk_status()
2264 callbacks[call->count].type = ntohl(bp[2]); in afs_deliver_fs_inline_bulk_status()