Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_syscalls.c511 if (!strncmp(nxfs->nxfs_path, ptr, MAXPATHLEN)) { in nfsrv_find_exportfs()
515 if (nxfs && strncmp(nxfs->nxfs_path, ptr, strlen(nxfs->nxfs_path))) { in nfsrv_find_exportfs()
607 if (!strncmp(path, nxfs->nxfs_path, strlen(nxfs->nxfs_path))) { in getfh()
608 ptr = path + strlen(nxfs->nxfs_path); in getfh()
609 …OLUME_MP, datavol_len) && !strncmp(path + datavol_len, nxfs->nxfs_path, strlen(nxfs->nxfs_path))) { in getfh()
610 ptr = path + datavol_len + strlen(nxfs->nxfs_path); in getfh()
1699 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""), in nfssvc_exportstats()
1785 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""), in nfssvc_userstats()
H A Dnfs_subs.c3145 char path[MAXPATHLEN], *nxfs_path; in nfsrv_export() local
3194 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path); in nfsrv_export()
3216 kfree_data_addr(nxfs->nxfs_path); in nfsrv_export()
3251 if (strncmp(path, nxfs->nxfs_path, MAXPATHLEN) && in nfsrv_export()
3252 …(strncmp(path, DATA_VOLUME_MP, datavol_len) || strncmp(path + datavol_len, nxfs->nxfs_path, MAXPAT… in nfsrv_export()
3259 UIO_SYSSPACE, CAST_USER_ADDR_T(nxfs->nxfs_path), ctx); in nfsrv_export()
3271 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path); in nfsrv_export()
3276 !strncmp(nxfs->nxfs_path, fl_pathbuff, MAXPATHLEN)) { in nfsrv_export()
3340 nxfs_path = mp->mnt_vfsstat.f_mntonname; in nfsrv_export()
3343 nxfs_path = path; in nfsrv_export()
[all …]
H A Dnfs.h711 char *nxfs_path; /* exported file system path */ member