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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c2455 struct nfs_user_stat_path_rec upath_rec;
2664 if (bytes_avail >= sizeof(struct nfs_user_stat_path_rec)) {
2669 error = copyout(&upath_rec, oldp + pos, sizeof(struct nfs_user_stat_path_rec));
2675 pos += sizeof(struct nfs_user_stat_path_rec);
2676 bytes_avail -= sizeof(struct nfs_user_stat_path_rec);
2684 bytes_total += sizeof(struct nfs_user_stat_path_rec);
H A Dnfs.h499 struct nfs_user_stat_path_rec { struct

Completed in 83 milliseconds