Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/nfs/
H A Dnfs_syscalls.c1734 uint bytes_total, recs_copied, pos; in nfssvc_userstats() local
1756 bytes_total = sizeof(struct nfs_user_stat_desc); in nfssvc_userstats()
1802 bytes_total += sizeof(struct nfs_user_stat_path_rec); in nfssvc_userstats()
1837 bytes_total += sizeof(struct nfs_user_stat_user_rec); in nfssvc_userstats()
1861 if (!error && newlenp && newlen >= sizeof(bytes_total)) { in nfssvc_userstats()
1862 error = copyout(&bytes_total, newlenp, sizeof(bytes_total)); in nfssvc_userstats()