Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/nfs/
H A Dnfs_syscalls.c1733 struct nfs_user_stat_path_rec upath_rec; in nfssvc_userstats() local
1753 upath_rec.rec_type = NFS_USER_STAT_PATH_REC; in nfssvc_userstats()
1783 memset(upath_rec.path, 0, sizeof(upath_rec.path)); in nfssvc_userstats()
1784 snprintf(upath_rec.path, sizeof(upath_rec.path), "%s%s%s", in nfssvc_userstats()
1788 error = copyout(&upath_rec, oldp + pos, sizeof(struct nfs_user_stat_path_rec)); in nfssvc_userstats()