Lines Matching refs:htonl
214 args->len = htonl(len); in nfs_getrootfh()
276 args->fhsize = htonl(d->fhsize); in nfs_lookupfh()
282 args->fhplusname[pos++] = htonl(len); in nfs_lookupfh()
348 args->fhsize = htonl(d->fhsize); in nfs_readlink()
417 args->fhsize = htonl(d->fhsize); in nfs_readdata()
421 args->fhoffcnt[pos++] = htonl((uint32_t)off); in nfs_readdata()
424 args->fhoffcnt[pos] = htonl((uint32_t)len); in nfs_readdata()
508 nfs_root_node.fa.fa_type = htonl(NFDIR); in nfs_open()
509 nfs_root_node.fa.fa_mode = htonl(0755); in nfs_open()
510 nfs_root_node.fa.fa_nlink = htonl(2); in nfs_open()
552 if (currfd->fa.fa_type != htonl(NFDIR)) { in nfs_open()
591 if (newfd->fa.fa_type == htonl(NFLNK)) { in nfs_open()
793 args->fhsize = htonl(fp->fhsize); in nfs_readdir()
796 args->fhpluscookie[pos++] = htonl(fp->off >> 32); in nfs_readdir()
797 args->fhpluscookie[pos++] = htonl(fp->off); in nfs_readdir()
798 args->fhpluscookie[pos++] = htonl(fp->cookie >> 32); in nfs_readdir()
799 args->fhpluscookie[pos++] = htonl(fp->cookie); in nfs_readdir()
800 args->fhpluscookie[pos] = htonl(NFS_READDIRSIZE); in nfs_readdir()