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

/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2776 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path);
2798 FREE(nxfs->nxfs_path, M_TEMP);
2830 if (strncmp(path, nxfs->nxfs_path, MAXPATHLEN)) {
2836 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path);
2843 UIO_SYSSPACE, CAST_USER_ADDR_T(nxfs->nxfs_path), ctx);
2909 MALLOC(nxfs->nxfs_path, char*, pathlen, M_TEMP, M_WAITOK);
2910 if (!nxfs->nxfs_path) {
2915 bcopy(path, nxfs->nxfs_path, pathlen);
2919 if (strncmp(nxfs->nxfs_path, nxfs2->nxfs_path, MAXPATHLE
[all...]
H A Dnfs_syscalls.c455 if (!strncmp(nxfs->nxfs_path, ptr, MAXPATHLEN))
458 if (!nxfs || strncmp(nxfs->nxfs_path, path, strlen(nxfs->nxfs_path))) {
463 ptr = path + strlen(nxfs->nxfs_path);
H A Dnfs.h645 char *nxfs_path; /* exported file system path */ member in struct:nfs_exportfs
H A Dnfs_vfsops.c5316 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),
5370 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),

Completed in 598 milliseconds