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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c5075 struct nfs_user_stat_path_rec upath_rec;
5303 if (bytes_avail >= sizeof(struct nfs_user_stat_path_rec)) {
5308 error = copyout(&upath_rec, oldp + pos, sizeof(struct nfs_user_stat_path_rec));
5314 pos += sizeof(struct nfs_user_stat_path_rec);
5315 bytes_avail -= sizeof(struct nfs_user_stat_path_rec);
5323 bytes_total += sizeof(struct nfs_user_stat_path_rec);
H A Dnfs.h522 struct nfs_user_stat_path_rec { struct

Completed in 83 milliseconds