Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_syscalls.c1478 struct nfs_user_stat_user_rec ustat_rec; in nfssvc_userstats() local
1498 ustat_rec.rec_type = NFS_USER_STAT_USER_REC; in nfssvc_userstats()
1559 ustat_rec.uid = unode->uid; in nfssvc_userstats()
1560 memset(&ustat_rec.sock, 0, sizeof(ustat_rec.sock)); in nfssvc_userstats()
1561 bcopy(&unode->sock, &ustat_rec.sock, unode->sock.ss_len); in nfssvc_userstats()
1562 ustat_rec.ops = unode->ops; in nfssvc_userstats()
1563 ustat_rec.bytes_read = unode->bytes_read; in nfssvc_userstats()
1564 ustat_rec.bytes_written = unode->bytes_written; in nfssvc_userstats()
1565 ustat_rec.tm_start = unode->tm_start; in nfssvc_userstats()
1566 ustat_rec.tm_last = unode->tm_last; in nfssvc_userstats()
[all …]