Lines Matching refs:ntohl

439 	if (ntohl(rpc_pkt.u.reply.id) > rpc_id)  in rpc_lookup_reply()
441 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in rpc_lookup_reply()
451 nfs_server_mount_port = ntohl(rpc_pkt.u.reply.data[0]); in rpc_lookup_reply()
454 nfs_server_port = ntohl(rpc_pkt.u.reply.data[0]); in rpc_lookup_reply()
469 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_mount_reply()
471 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_mount_reply()
495 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_umountall_reply()
497 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_umountall_reply()
519 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_lookup_reply()
521 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_lookup_reply()
528 switch (ntohl(rpc_pkt.u.reply.astatus)) { in nfs_lookup_reply()
533 switch (ntohl(rpc_pkt.u.reply.data[0])) { in nfs_lookup_reply()
539 ntohl(rpc_pkt.u.reply.data[0]), in nfs_lookup_reply()
540 ntohl(rpc_pkt.u.reply.data[1])); in nfs_lookup_reply()
551 ntohl(rpc_pkt.u.reply.data[0]), in nfs_lookup_reply()
552 ntohl(rpc_pkt.u.reply.data[1])); in nfs_lookup_reply()
562 ntohl(rpc_pkt.u.reply.astatus)); in nfs_lookup_reply()
571 filefh3_length = ntohl(rpc_pkt.u.reply.data[1]); in nfs_lookup_reply()
582 if (ntohl(data[1]) != 0) { in nfs3_get_attributes_offset()
618 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_readlink_reply()
620 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_readlink_reply()
635 rlen = ntohl(rpc_pkt.u.reply.data[1 + nfsv3_data_offset]); in nfs_readlink_reply()
665 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_read_reply()
667 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_read_reply()
678 return -ntohl(rpc_pkt.u.reply.data[0]); in nfs_read_reply()
688 rlen = ntohl(rpc_pkt.u.reply.data[18]); in nfs_read_reply()
695 rlen = ntohl(rpc_pkt.u.reply.data[1 + nfsv3_data_offset]); in nfs_read_reply()