Lines Matching refs:ntohl

95 	fh->size = ntohl(*p);  in decode_fh()
114 attrlen = ntohl(*p); in decode_bitmap()
119 bitmap[0] = ntohl(*p++); in decode_bitmap()
121 bitmap[1] = ntohl(*p++); in decode_bitmap()
123 bitmap[2] = ntohl(*p); in decode_bitmap()
155 hdr->minorversion = ntohl(*p++); in decode_compound_hdr_arg()
158 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg()
165 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
175 *op = ntohl(*p); in decode_op_hdr()
204 args->truncate = ntohl(*p); in decode_recall_args()
227 args->cbl_layout_type = ntohl(*p++); in decode_layoutrecall_args()
231 iomode = ntohl(*p++); in decode_layoutrecall_args()
232 args->cbl_layoutchanged = ntohl(*p++); in decode_layoutrecall_args()
233 args->cbl_recall_type = ntohl(*p++); in decode_layoutrecall_args()
274 n = ntohl(*p++); in decode_devicenotify_args()
295 tmp = ntohl(*p++); /* bitmap size */ in decode_devicenotify_args()
300 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
307 tmp = ntohl(*p++); /* opaque size */ in decode_devicenotify_args()
315 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
325 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
343 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
376 rc_list->rcl_nrefcalls = ntohl(*p++); in decode_rc_list()
390 rc_list->rcl_refcalls[i].rc_sequenceid = ntohl(*p++); in decode_rc_list()
391 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()
418 args->csa_sequenceid = ntohl(*p++); in decode_cb_sequence_args()
419 args->csa_slotid = ntohl(*p++); in decode_cb_sequence_args()
420 args->csa_highestslotid = ntohl(*p++); in decode_cb_sequence_args()
421 args->csa_cachethis = ntohl(*p++); in decode_cb_sequence_args()
422 args->csa_nrclists = ntohl(*p++); in decode_cb_sequence_args()
459 args->craa_objs_to_keep = ntohl(*p++); in decode_recallany_args()
478 args->crsa_target_highest_slotid = ntohl(*p++); in decode_recallslot_args()
575 args->error = ntohl(*p++); in decode_offload_args()