Searched refs:statrec (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c5071 struct nfs_export_stat_rec statrec; local
5250 snprintf(statrec.path, sizeof(statrec.path), "%s%s%s",
5255 statrec.ops = ((uint64_t)nx->nx_stats.ops.hi << 32) |
5257 statrec.bytes_read = ((uint64_t)nx->nx_stats.bytes_read.hi << 32) |
5259 statrec.bytes_written = ((uint64_t)nx->nx_stats.bytes_written.hi << 32) |
5261 error = copyout(&statrec, oldp + pos, sizeof(statrec));
5267 pos += sizeof(statrec);

Completed in 24 milliseconds