Home
last modified time | relevance | path

Searched refs:ustat_rec (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/nfs/
H A Dnfs_syscalls.c1732 struct nfs_user_stat_user_rec ustat_rec; in nfssvc_userstats() local
1752 ustat_rec.rec_type = NFS_USER_STAT_USER_REC; in nfssvc_userstats()
1813 ustat_rec.uid = unode->uid; in nfssvc_userstats()
1814 memset(&ustat_rec.sock, 0, sizeof(ustat_rec.sock)); in nfssvc_userstats()
1815 bcopy(&unode->sock, &ustat_rec.sock, unode->sock.ss_len); in nfssvc_userstats()
1816 ustat_rec.ops = unode->ops; in nfssvc_userstats()
1817 ustat_rec.bytes_read = unode->bytes_read; in nfssvc_userstats()
1818 ustat_rec.bytes_written = unode->bytes_written; in nfssvc_userstats()
1819 ustat_rec.tm_start = unode->tm_start; in nfssvc_userstats()
1820 ustat_rec.tm_last = unode->tm_last; in nfssvc_userstats()
[all …]