Lines Matching refs:ntohl
94 fh->size = ntohl(*p); in decode_fh()
113 attrlen = ntohl(*p); in decode_bitmap()
118 bitmap[0] = ntohl(*p++); in decode_bitmap()
120 bitmap[1] = ntohl(*p); in decode_bitmap()
152 hdr->minorversion = ntohl(*p++); in decode_compound_hdr_arg()
155 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg()
162 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
172 *op = ntohl(*p); in decode_op_hdr()
201 args->truncate = ntohl(*p); in decode_recall_args()
224 args->cbl_layout_type = ntohl(*p++); in decode_layoutrecall_args()
228 iomode = ntohl(*p++); in decode_layoutrecall_args()
229 args->cbl_layoutchanged = ntohl(*p++); in decode_layoutrecall_args()
230 args->cbl_recall_type = ntohl(*p++); in decode_layoutrecall_args()
271 n = ntohl(*p++); in decode_devicenotify_args()
292 tmp = ntohl(*p++); /* bitmap size */ in decode_devicenotify_args()
297 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
304 tmp = ntohl(*p++); /* opaque size */ in decode_devicenotify_args()
312 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
322 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
340 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
373 rc_list->rcl_nrefcalls = ntohl(*p++); in decode_rc_list()
385 rc_list->rcl_refcalls[i].rc_sequenceid = ntohl(*p++); in decode_rc_list()
386 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()
413 args->csa_sequenceid = ntohl(*p++); in decode_cb_sequence_args()
414 args->csa_slotid = ntohl(*p++); in decode_cb_sequence_args()
415 args->csa_highestslotid = ntohl(*p++); in decode_cb_sequence_args()
416 args->csa_cachethis = ntohl(*p++); in decode_cb_sequence_args()
417 args->csa_nrclists = ntohl(*p++); in decode_cb_sequence_args()
454 args->craa_objs_to_keep = ntohl(*p++); in decode_recallany_args()
473 args->crsa_target_highest_slotid = ntohl(*p++); in decode_recallslot_args()
570 args->error = ntohl(*p++); in decode_offload_args()