Searched refs:bytes_total (Results 1 – 1 of 1) sorted by relevance
1478 uint bytes_total, recs_copied, pos; in nfssvc_userstats() local1500 bytes_total = sizeof(struct nfs_user_stat_desc); in nfssvc_userstats()1546 bytes_total += sizeof(struct nfs_user_stat_path_rec); in nfssvc_userstats()1581 bytes_total += sizeof(struct nfs_user_stat_user_rec); in nfssvc_userstats()1605 if (!error && newlenp && newlen >= sizeof(bytes_total)) { in nfssvc_userstats()1606 error = copyout(&bytes_total, newlenp, sizeof(bytes_total)); in nfssvc_userstats()