Lines Matching refs:ntohl
90 *len = ntohl(*p); in decode_string()
110 fh->size = ntohl(*p); in decode_fh()
129 attrlen = ntohl(*p); in decode_bitmap()
134 bitmap[0] = ntohl(*p++); in decode_bitmap()
136 bitmap[1] = ntohl(*p); in decode_bitmap()
168 hdr->minorversion = ntohl(*p++); in decode_compound_hdr_arg()
171 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg()
178 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
190 *op = ntohl(*p); in decode_op_hdr()
204 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in decode_getattr_args()
222 args->truncate = ntohl(*p); in decode_recall_args()
225 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in decode_recall_args()
246 args->cbl_layout_type = ntohl(*p++); in decode_layoutrecall_args()
250 iomode = ntohl(*p++); in decode_layoutrecall_args()
251 args->cbl_layoutchanged = ntohl(*p++); in decode_layoutrecall_args()
252 args->cbl_recall_type = ntohl(*p++); in decode_layoutrecall_args()
287 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in decode_layoutrecall_args()
308 n = ntohl(*p++); in decode_devicenotify_args()
332 tmp = ntohl(*p++); /* bitmap size */ in decode_devicenotify_args()
337 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
344 tmp = ntohl(*p++); /* opaque size */ in decode_devicenotify_args()
352 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
362 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
375 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
412 rc_list->rcl_nrefcalls = ntohl(*p++); in decode_rc_list()
424 rc_list->rcl_refcalls[i].rc_sequenceid = ntohl(*p++); in decode_rc_list()
425 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()
452 args->csa_sequenceid = ntohl(*p++); in decode_cb_sequence_args()
453 args->csa_slotid = ntohl(*p++); in decode_cb_sequence_args()
454 args->csa_highestslotid = ntohl(*p++); in decode_cb_sequence_args()
455 args->csa_cachethis = ntohl(*p++); in decode_cb_sequence_args()
456 args->csa_nrclists = ntohl(*p++); in decode_cb_sequence_args()
486 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in decode_cb_sequence_args()
507 args->craa_objs_to_keep = ntohl(*p++); in decode_recallany_args()
526 args->crsa_target_highest_slotid = ntohl(*p++); in decode_recallslot_args()
677 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in encode_getattr_res()
718 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in encode_cb_sequence_res()
883 dprintk("%s: done, status = %d\n", __func__, ntohl(status)); in process_op()
944 dprintk("%s: done, status = %u\n", __func__, ntohl(status)); in nfs4_callback_compound()