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()
153 hdr->minorversion = ntohl(*p++); in decode_compound_hdr_arg()
156 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg()
163 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
173 *op = ntohl(*p); in decode_op_hdr()
202 args->truncate = ntohl(*p); in decode_recall_args()
225 args->cbl_layout_type = ntohl(*p++); in decode_layoutrecall_args()
229 iomode = ntohl(*p++); in decode_layoutrecall_args()
230 args->cbl_layoutchanged = ntohl(*p++); in decode_layoutrecall_args()
231 args->cbl_recall_type = ntohl(*p++); in decode_layoutrecall_args()
272 n = ntohl(*p++); in decode_devicenotify_args()
293 tmp = ntohl(*p++); /* bitmap size */ in decode_devicenotify_args()
298 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
305 tmp = ntohl(*p++); /* opaque size */ in decode_devicenotify_args()
313 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
323 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
341 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
374 rc_list->rcl_nrefcalls = ntohl(*p++); in decode_rc_list()
386 rc_list->rcl_refcalls[i].rc_sequenceid = ntohl(*p++); in decode_rc_list()
387 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()
414 args->csa_sequenceid = ntohl(*p++); in decode_cb_sequence_args()
415 args->csa_slotid = ntohl(*p++); in decode_cb_sequence_args()
416 args->csa_highestslotid = ntohl(*p++); in decode_cb_sequence_args()
417 args->csa_cachethis = ntohl(*p++); in decode_cb_sequence_args()
418 args->csa_nrclists = ntohl(*p++); in decode_cb_sequence_args()
455 args->craa_objs_to_keep = ntohl(*p++); in decode_recallany_args()
474 args->crsa_target_highest_slotid = ntohl(*p++); in decode_recallslot_args()
571 args->error = ntohl(*p++); in decode_offload_args()