Lines Matching refs:ntohl

104 	fh->size = ntohl(*p);  in decode_fh()
123 attrlen = ntohl(*p); in decode_bitmap()
128 bitmap[0] = ntohl(*p++); in decode_bitmap()
130 bitmap[1] = ntohl(*p); in decode_bitmap()
162 hdr->minorversion = ntohl(*p++); in decode_compound_hdr_arg()
165 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg()
172 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
182 *op = ntohl(*p); in decode_op_hdr()
211 args->truncate = ntohl(*p); in decode_recall_args()
234 args->cbl_layout_type = ntohl(*p++); in decode_layoutrecall_args()
238 iomode = ntohl(*p++); in decode_layoutrecall_args()
239 args->cbl_layoutchanged = ntohl(*p++); in decode_layoutrecall_args()
240 args->cbl_recall_type = ntohl(*p++); in decode_layoutrecall_args()
283 n = ntohl(*p++); in decode_devicenotify_args()
307 tmp = ntohl(*p++); /* bitmap size */ in decode_devicenotify_args()
312 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
319 tmp = ntohl(*p++); /* opaque size */ in decode_devicenotify_args()
327 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
337 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
350 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
386 rc_list->rcl_nrefcalls = ntohl(*p++); in decode_rc_list()
398 rc_list->rcl_refcalls[i].rc_sequenceid = ntohl(*p++); in decode_rc_list()
399 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()
426 args->csa_sequenceid = ntohl(*p++); in decode_cb_sequence_args()
427 args->csa_slotid = ntohl(*p++); in decode_cb_sequence_args()
428 args->csa_highestslotid = ntohl(*p++); in decode_cb_sequence_args()
429 args->csa_cachethis = ntohl(*p++); in decode_cb_sequence_args()
430 args->csa_nrclists = ntohl(*p++); in decode_cb_sequence_args()
467 args->craa_objs_to_keep = ntohl(*p++); in decode_recallany_args()
486 args->crsa_target_highest_slotid = ntohl(*p++); in decode_recallslot_args()
583 args->error = ntohl(*p++); in decode_offload_args()