Lines Matching refs:ntohl
233 return (ntohl(repl->errno)); in nfs_getrootfh()
235 *fhlenp = ntohl(repl->fhsize); in nfs_getrootfh()
302 return (ntohl(repl->errno)); in nfs_lookupfh()
304 newfd->fhsize = ntohl(repl->fhsize); in nfs_lookupfh()
363 rc = ntohl(repl->errno); in nfs_readlink()
372 repl->len = ntohl(repl->len); in nfs_readlink()
440 errno = ntohl(repl->errno); in nfs_readdata()
445 x = ntohl(repl->count); in nfs_readdata()
711 uint32_t size = ntohl(d->fa.fa_size.val[1]); in nfs_seek()
741 ftype = ntohl(fp->fa.fa_type); in nfs_stat()
742 mode = ntohl(fp->fa.fa_mode); in nfs_stat()
746 sb->st_nlink = ntohl(fp->fa.fa_nlink); in nfs_stat()
747 sb->st_uid = ntohl(fp->fa.fa_uid); in nfs_stat()
748 sb->st_gid = ntohl(fp->fa.fa_gid); in nfs_stat()
749 sb->st_size = ntohl(fp->fa.fa_size.val[1]); in nfs_stat()
804 rc = ntohl(repl->errno); in nfs_readdir()
809 fp->cookie = ((uint64_t)ntohl(repl->cookiev0) << 32) | in nfs_readdir()
810 ntohl(repl->cookiev1); in nfs_readdir()
824 d->d_namlen = ntohl(rent->len); in nfs_readdir()
829 fp->off = cookie = ((uint64_t)ntohl(rent->nameplus[pos]) << 32) | in nfs_readdir()
830 ntohl(rent->nameplus[pos + 1]); in nfs_readdir()