Searched refs:statrec (Results 1 – 1 of 1) sorted by relevance
1291 struct nfs_export_stat_rec statrec; in nfssvc_exportstats() local1407 memset(statrec.path, 0, sizeof(statrec.path)); in nfssvc_exportstats()1408 snprintf(statrec.path, sizeof(statrec.path), "%s%s%s", in nfssvc_exportstats()1413 statrec.ops = ((uint64_t)nx->nx_stats.ops.hi << 32) | in nfssvc_exportstats()1415 statrec.bytes_read = ((uint64_t)nx->nx_stats.bytes_read.hi << 32) | in nfssvc_exportstats()1417 statrec.bytes_written = ((uint64_t)nx->nx_stats.bytes_written.hi << 32) | in nfssvc_exportstats()1419 error = copyout(&statrec, oldp + pos, sizeof(statrec)); in nfssvc_exportstats()1425 pos += sizeof(statrec); in nfssvc_exportstats()