Lines Matching refs:ntohl
24 fid->vid = ntohl(*bp++);
25 fid->vnode = ntohl(*bp++);
26 fid->unique = ntohl(*bp++);
43 i, ntohl(x[0]), ntohl(x[1]), ntohl(x[2]), ntohl(x[3]));
47 pr_notice("0x50: %08x\n", ntohl(x[0]));
63 abort_code = ntohl(xdr->abort_code);
78 pr_warn("Unknown AFSFetchStatus version %u\n", ntohl(xdr->if_version));
88 type = ntohl(xdr->type);
99 status->nlink = ntohl(xdr->nlink);
100 status->author = ntohl(xdr->author);
101 status->owner = ntohl(xdr->owner);
102 status->caller_access = ntohl(xdr->caller_access); /* Ticket dependent */
103 status->anon_access = ntohl(xdr->anon_access);
104 status->mode = ntohl(xdr->mode) & S_IALLUGO;
105 status->group = ntohl(xdr->group);
106 status->lock_count = ntohl(xdr->lock_count);
108 status->mtime_client.tv_sec = ntohl(xdr->mtime_client);
110 status->mtime_server.tv_sec = ntohl(xdr->mtime_server);
113 size = (u64)ntohl(xdr->size_lo);
114 size |= (u64)ntohl(xdr->size_hi) << 32;
117 data_version = (u64)ntohl(xdr->data_version_lo);
118 data_version |= (u64)ntohl(xdr->data_version_hi) << 32;
144 cb->expires_at = xdr_decode_expiry(call, ntohl(*bp++));
159 creation = ntohl(*bp++);
217 vs->vid = ntohl(*bp++);
218 vs->parent_id = ntohl(*bp++);
219 vs->online = ntohl(*bp++);
220 vs->in_service = ntohl(*bp++);
221 vs->blessed = ntohl(*bp++);
222 vs->needs_salvage = ntohl(*bp++);
223 vs->type = ntohl(*bp++);
224 vs->min_quota = ntohl(*bp++);
225 vs->max_quota = ntohl(*bp++);
226 vs->blocks_in_use = ntohl(*bp++);
227 vs->part_blocks_avail = ntohl(*bp++);
228 vs->part_max_blocks = ntohl(*bp++);
1367 call->count = ntohl(call->tmp);
1396 call->count = ntohl(call->tmp);
1426 call->count = ntohl(call->tmp);
1693 count = ntohl(call->tmp);
1788 tmp = ntohl(call->tmp);
1836 tmp = ntohl(call->tmp);
1985 size = call->count2 = ntohl(call->tmp);