Lines Matching refs:htonl
216 args->len = htonl(len); in nfs_getrootfh()
278 args->fhsize = htonl(d->fhsize); in nfs_lookupfh()
284 args->fhplusname[pos++] = htonl(len); in nfs_lookupfh()
349 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()
505 nfs_root_node.fa.fa_type = htonl(NFDIR); in nfs_open()
506 nfs_root_node.fa.fa_mode = htonl(0755); in nfs_open()
507 nfs_root_node.fa.fa_nlink = htonl(2); in nfs_open()
548 if (currfd->fa.fa_type != htonl(NFDIR)) { in nfs_open()
587 if (newfd->fa.fa_type == htonl(NFLNK)) { in nfs_open()
784 args->fhsize = htonl(fp->fhsize); in nfs_readdir()
788 args->fhpluscookie[pos++] = htonl(fp->off >> 32); in nfs_readdir()
789 args->fhpluscookie[pos++] = htonl(fp->off); in nfs_readdir()
790 args->fhpluscookie[pos++] = htonl(fp->cookie >> 32); in nfs_readdir()
791 args->fhpluscookie[pos++] = htonl(fp->cookie); in nfs_readdir()
792 args->fhpluscookie[pos] = htonl(NFS_READDIRSIZE); in nfs_readdir()