Searched refs:statrec (Results 1 – 1 of 1) sorted by relevance
1581 struct nfs_export_stat_rec statrec; in nfssvc_exportstats() local1697 memset(statrec.path, 0, sizeof(statrec.path)); in nfssvc_exportstats()1698 snprintf(statrec.path, sizeof(statrec.path), "%s%s%s", in nfssvc_exportstats()1703 statrec.ops = ((uint64_t)nx->nx_stats.ops.hi << 32) | in nfssvc_exportstats()1705 statrec.bytes_read = ((uint64_t)nx->nx_stats.bytes_read.hi << 32) | in nfssvc_exportstats()1707 statrec.bytes_written = ((uint64_t)nx->nx_stats.bytes_written.hi << 32) | in nfssvc_exportstats()1709 error = copyout(&statrec, oldp + pos, sizeof(statrec)); in nfssvc_exportstats()1715 pos += sizeof(statrec); in nfssvc_exportstats()