Lines Matching refs:ntohl

25 	fid->vid		= ntohl(*bp++);  in xdr_decode_AFSFid()
26 fid->vnode = ntohl(*bp++); in xdr_decode_AFSFid()
27 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
44 i, ntohl(x[0]), ntohl(x[1]), ntohl(x[2]), ntohl(x[3])); in xdr_dump_bad()
48 pr_notice("0x50: %08x\n", ntohl(x[0])); in xdr_dump_bad()
64 abort_code = ntohl(xdr->abort_code); in xdr_decode_AFSFetchStatus()
79 pr_warn("Unknown AFSFetchStatus version %u\n", ntohl(xdr->if_version)); in xdr_decode_AFSFetchStatus()
89 type = ntohl(xdr->type); in xdr_decode_AFSFetchStatus()
100 status->nlink = ntohl(xdr->nlink); in xdr_decode_AFSFetchStatus()
101 status->author = ntohl(xdr->author); in xdr_decode_AFSFetchStatus()
102 status->owner = ntohl(xdr->owner); in xdr_decode_AFSFetchStatus()
103 status->caller_access = ntohl(xdr->caller_access); /* Ticket dependent */ in xdr_decode_AFSFetchStatus()
104 status->anon_access = ntohl(xdr->anon_access); in xdr_decode_AFSFetchStatus()
105 status->mode = ntohl(xdr->mode) & S_IALLUGO; in xdr_decode_AFSFetchStatus()
106 status->group = ntohl(xdr->group); in xdr_decode_AFSFetchStatus()
107 status->lock_count = ntohl(xdr->lock_count); in xdr_decode_AFSFetchStatus()
109 status->mtime_client.tv_sec = ntohl(xdr->mtime_client); in xdr_decode_AFSFetchStatus()
111 status->mtime_server.tv_sec = ntohl(xdr->mtime_server); in xdr_decode_AFSFetchStatus()
114 size = (u64)ntohl(xdr->size_lo); in xdr_decode_AFSFetchStatus()
115 size |= (u64)ntohl(xdr->size_hi) << 32; in xdr_decode_AFSFetchStatus()
118 data_version = (u64)ntohl(xdr->data_version_lo); in xdr_decode_AFSFetchStatus()
119 data_version |= (u64)ntohl(xdr->data_version_hi) << 32; in xdr_decode_AFSFetchStatus()
145 cb->expires_at = xdr_decode_expiry(call, ntohl(*bp++)); in xdr_decode_AFSCallBack()
160 creation = ntohl(*bp++); in xdr_decode_AFSVolSync()
218 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
219 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
220 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
221 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
222 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
223 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
224 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
225 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
226 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
227 vs->blocks_in_use = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
228 vs->part_blocks_avail = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
229 vs->part_max_blocks = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
1328 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1357 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1387 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1655 count = ntohl(call->tmp); in afs_deliver_fs_get_capabilities()
1763 tmp = ntohl(call->tmp); in afs_deliver_fs_inline_bulk_status()
1811 tmp = ntohl(call->tmp); in afs_deliver_fs_inline_bulk_status()
1961 size = call->count2 = ntohl(call->tmp); in afs_deliver_fs_fetch_acl()