Lines Matching refs:ntohl
92 *len = ntohl(*p); in decode_string()
112 fh->size = ntohl(*p); in decode_fh()
131 attrlen = ntohl(*p); in decode_bitmap()
136 bitmap[0] = ntohl(*p++); in decode_bitmap()
138 bitmap[1] = ntohl(*p); in decode_bitmap()
170 hdr->minorversion = ntohl(*p++); in decode_compound_hdr_arg()
173 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg()
180 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
192 *op = ntohl(*p); in decode_op_hdr()
205 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()
245 args->cbl_layout_type = ntohl(*p++); in decode_layoutrecall_args()
249 iomode = ntohl(*p++); in decode_layoutrecall_args()
250 args->cbl_layoutchanged = ntohl(*p++); in decode_layoutrecall_args()
251 args->cbl_recall_type = ntohl(*p++); in decode_layoutrecall_args()
286 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in decode_layoutrecall_args()
307 n = ntohl(*p++); in decode_devicenotify_args()
331 tmp = ntohl(*p++); /* bitmap size */ in decode_devicenotify_args()
336 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
343 tmp = ntohl(*p++); /* opaque size */ in decode_devicenotify_args()
351 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
361 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
374 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
410 rc_list->rcl_nrefcalls = ntohl(*p++); in decode_rc_list()
422 rc_list->rcl_refcalls[i].rc_sequenceid = ntohl(*p++); in decode_rc_list()
423 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()
450 args->csa_sequenceid = ntohl(*p++); in decode_cb_sequence_args()
451 args->csa_slotid = ntohl(*p++); in decode_cb_sequence_args()
452 args->csa_highestslotid = ntohl(*p++); in decode_cb_sequence_args()
453 args->csa_cachethis = ntohl(*p++); in decode_cb_sequence_args()
454 args->csa_nrclists = ntohl(*p++); in decode_cb_sequence_args()
484 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in decode_cb_sequence_args()
504 args->craa_objs_to_keep = ntohl(*p++); in decode_recallany_args()
522 args->crsa_target_highest_slotid = ntohl(*p++); in decode_recallslot_args()
673 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in encode_getattr_res()
715 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); in encode_cb_sequence_res()
880 dprintk("%s: done, status = %d\n", __func__, ntohl(status)); in process_op()
941 dprintk("%s: done, status = %u\n", __func__, ntohl(status)); in nfs4_callback_compound()