Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/nfs/
H A Dnfs_syscalls.c1477 struct nfs_user_stat_path_rec upath_rec; in nfssvc_userstats() local
1497 upath_rec.rec_type = NFS_USER_STAT_PATH_REC; in nfssvc_userstats()
1527 memset(upath_rec.path, 0, sizeof(upath_rec.path)); in nfssvc_userstats()
1528 snprintf(upath_rec.path, sizeof(upath_rec.path), "%s%s%s", in nfssvc_userstats()
1532 error = copyout(&upath_rec, oldp + pos, sizeof(struct nfs_user_stat_path_rec)); in nfssvc_userstats()