Lines Matching refs:ntohl
26 fid->vid = ntohl(*bp++); in xdr_decode_AFSFid()
27 fid->vnode = ntohl(*bp++); in xdr_decode_AFSFid()
28 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
50 u32 x = ntohl(*bp++); \ in xdr_decode_AFSFetchStatus()
55 status->if_version = ntohl(*bp++); in xdr_decode_AFSFetchStatus()
58 size = ntohl(*bp++); in xdr_decode_AFSFetchStatus()
59 data_version = ntohl(*bp++); in xdr_decode_AFSFetchStatus()
61 owner = make_kuid(&init_user_ns, ntohl(*bp++)); in xdr_decode_AFSFetchStatus()
70 status->mtime_client = ntohl(*bp++); in xdr_decode_AFSFetchStatus()
71 status->mtime_server = ntohl(*bp++); in xdr_decode_AFSFetchStatus()
72 group = make_kgid(&init_user_ns, ntohl(*bp++)); in xdr_decode_AFSFetchStatus()
76 data_version |= (u64) ntohl(*bp++) << 32; in xdr_decode_AFSFetchStatus()
78 size |= (u64) ntohl(*bp++) << 32; in xdr_decode_AFSFetchStatus()
139 vnode->cb_version = ntohl(*bp++); in xdr_decode_AFSCallBack()
140 vnode->cb_expiry = ntohl(*bp++); in xdr_decode_AFSCallBack()
141 vnode->cb_type = ntohl(*bp++); in xdr_decode_AFSCallBack()
151 cb->version = ntohl(*bp++); in xdr_decode_AFSCallBack_raw()
152 cb->expiry = ntohl(*bp++); in xdr_decode_AFSCallBack_raw()
153 cb->type = ntohl(*bp++); in xdr_decode_AFSCallBack_raw()
165 volsync->creation = ntohl(*bp++); in xdr_decode_AFSVolSync()
220 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
221 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
222 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
223 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
224 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
225 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
226 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
227 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
228 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
229 vs->blocks_in_use = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
230 vs->part_blocks_avail = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
231 vs->part_max_blocks = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
344 call->count = ntohl(call->tmp); in afs_deliver_fs_fetch_data()
362 call->count = ntohl(call->tmp); in afs_deliver_fs_fetch_data()
1527 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1583 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()
1639 call->count = ntohl(call->tmp); in afs_deliver_fs_get_volume_status()