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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c5075 struct nfs_user_stat_path_rec upath_rec; local
5276 upath_rec.rec_type = NFS_USER_STAT_PATH_REC;
5304 snprintf(upath_rec.path, sizeof(upath_rec.path), "%s%s%s",
5308 error = copyout(&upath_rec, oldp + pos, sizeof(struct nfs_user_stat_path_rec));

Completed in 75 milliseconds