Searched refs:ustat_rec (Results 1 – 1 of 1) sorted by relevance
1476 struct nfs_user_stat_user_rec ustat_rec; in nfssvc_userstats() local1496 ustat_rec.rec_type = NFS_USER_STAT_USER_REC; in nfssvc_userstats()1557 ustat_rec.uid = unode->uid; in nfssvc_userstats()1558 memset(&ustat_rec.sock, 0, sizeof(ustat_rec.sock)); in nfssvc_userstats()1559 bcopy(&unode->sock, &ustat_rec.sock, unode->sock.ss_len); in nfssvc_userstats()1560 ustat_rec.ops = unode->ops; in nfssvc_userstats()1561 ustat_rec.bytes_read = unode->bytes_read; in nfssvc_userstats()1562 ustat_rec.bytes_written = unode->bytes_written; in nfssvc_userstats()1563 ustat_rec.tm_start = unode->tm_start; in nfssvc_userstats()1564 ustat_rec.tm_last = unode->tm_last; in nfssvc_userstats()[all …]