Lines Matching refs:ntohl

30 	fid->vid		= ntohl(*bp++);  in xdr_decode_AFSFid()
31 fid->vnode = ntohl(*bp++); in xdr_decode_AFSFid()
32 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
49 i, ntohl(x[0]), ntohl(x[1]), ntohl(x[2]), ntohl(x[3])); in xdr_dump_bad()
53 pr_notice("0x50: %08x\n", ntohl(x[0])); in xdr_dump_bad()
69 abort_code = ntohl(xdr->abort_code); in xdr_decode_AFSFetchStatus()
84 pr_warn("Unknown AFSFetchStatus version %u\n", ntohl(xdr->if_version)); in xdr_decode_AFSFetchStatus()
93 type = ntohl(xdr->type); in xdr_decode_AFSFetchStatus()
104 status->nlink = ntohl(xdr->nlink); in xdr_decode_AFSFetchStatus()
105 status->author = ntohl(xdr->author); in xdr_decode_AFSFetchStatus()
106 status->owner = ntohl(xdr->owner); in xdr_decode_AFSFetchStatus()
107 status->caller_access = ntohl(xdr->caller_access); /* Ticket dependent */ in xdr_decode_AFSFetchStatus()
108 status->anon_access = ntohl(xdr->anon_access); in xdr_decode_AFSFetchStatus()
109 status->mode = ntohl(xdr->mode) & S_IALLUGO; in xdr_decode_AFSFetchStatus()
110 status->group = ntohl(xdr->group); in xdr_decode_AFSFetchStatus()
111 status->lock_count = ntohl(xdr->lock_count); in xdr_decode_AFSFetchStatus()
113 status->mtime_client.tv_sec = ntohl(xdr->mtime_client); in xdr_decode_AFSFetchStatus()
115 status->mtime_server.tv_sec = ntohl(xdr->mtime_server); in xdr_decode_AFSFetchStatus()
118 size = (u64)ntohl(xdr->size_lo); in xdr_decode_AFSFetchStatus()
119 size |= (u64)ntohl(xdr->size_hi) << 32; in xdr_decode_AFSFetchStatus()
122 data_version = (u64)ntohl(xdr->data_version_lo); in xdr_decode_AFSFetchStatus()
123 data_version |= (u64)ntohl(xdr->data_version_hi) << 32; in xdr_decode_AFSFetchStatus()
148 cb->expires_at = xdr_decode_expiry(call, ntohl(*bp++)); in xdr_decode_AFSCallBack()
163 creation = ntohl(*bp++); in xdr_decode_AFSVolSync()
221 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
222 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
223 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
224 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
225 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
226 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
227 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
228 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
229 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
230 vs->blocks_in_use = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
231 vs->part_blocks_avail = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
232 vs->part_max_blocks = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
1496 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1526 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1557 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1869 count = ntohl(call->tmp); in afs_deliver_fs_get_capabilities()
2042 tmp = ntohl(call->tmp); in afs_deliver_fs_inline_bulk_status()
2082 tmp = ntohl(call->tmp); in afs_deliver_fs_inline_bulk_status()
2214 size = call->count2 = ntohl(call->tmp); in afs_deliver_fs_fetch_acl()