• Home
  • Raw
  • Download

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()
274 n = ntohl(*p++); in decode_devicenotify_args()
299 tmp = ntohl(*p++); /* bitmap size */ in decode_devicenotify_args()
304 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
311 tmp = ntohl(*p++); /* opaque size */ in decode_devicenotify_args()
319 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
329 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
342 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
378 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()