Searched refs:upath_rec (Results 1 – 1 of 1) sorted by relevance
1479 struct nfs_user_stat_path_rec upath_rec; in nfssvc_userstats() local1499 upath_rec.rec_type = NFS_USER_STAT_PATH_REC; in nfssvc_userstats()1529 memset(upath_rec.path, 0, sizeof(upath_rec.path)); in nfssvc_userstats()1530 snprintf(upath_rec.path, sizeof(upath_rec.path), "%s%s%s", in nfssvc_userstats()1534 error = copyout(&upath_rec, oldp + pos, sizeof(struct nfs_user_stat_path_rec)); in nfssvc_userstats()