Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_syscalls.c228 if (!strncmp(nxfs->nxfs_path, ptr, MAXPATHLEN)) { in nfsrv_find_exportfs()
232 if (nxfs && strncmp(nxfs->nxfs_path, ptr, strlen(nxfs->nxfs_path))) { in nfsrv_find_exportfs()
324 if (!strncmp(path, nxfs->nxfs_path, strlen(nxfs->nxfs_path))) { in getfh()
325 ptr = path + strlen(nxfs->nxfs_path); in getfh()
326 …OLUME_MP, datavol_len) && !strncmp(path + datavol_len, nxfs->nxfs_path, strlen(nxfs->nxfs_path))) { in getfh()
327 ptr = path + datavol_len + strlen(nxfs->nxfs_path); in getfh()
1409 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""), in nfssvc_exportstats()
1495 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""), in nfssvc_userstats()
H A Dnfs_subs.c1680 char path[MAXPATHLEN], *nxfs_path; in nfsrv_export() local
1729 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path); in nfsrv_export()
1751 kfree_data_addr(nxfs->nxfs_path); in nfsrv_export()
1787 if (strncmp(path, nxfs->nxfs_path, MAXPATHLEN) && in nfsrv_export()
1788 …(strncmp(path, DATA_VOLUME_MP, datavol_len) || strncmp(path + datavol_len, nxfs->nxfs_path, MAXPAT… in nfsrv_export()
1795 UIO_SYSSPACE, CAST_USER_ADDR_T(nxfs->nxfs_path), ctx); in nfsrv_export()
1807 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path); in nfsrv_export()
1812 !strncmp(nxfs->nxfs_path, fl_pathbuff, MAXPATHLEN)) { in nfsrv_export()
1876 nxfs_path = mp->mnt_vfsstat.f_mntonname; in nfsrv_export()
1879 nxfs_path = path; in nfsrv_export()
[all …]
H A Dnfs.h711 char *nxfs_path; /* exported file system path */ member