Searched refs:nxfs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c2775 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; local
2820 while ((nxfs = LIST_FIRST(&nfsrv_exports))) {
2821 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path);
2828 while ((nx = LIST_FIRST(&nxfs->nxfs_exports))) {
2842 LIST_REMOVE(nxfs, nxfs_next);
2843 FREE(nxfs->nxfs_path, M_TEMP);
2844 FREE(nxfs, M_TEMP);
2869 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
2870 if (nxfs->nxfs_id == unxa->nxa_fsid)
2873 if (nxfs) {
3648 struct nfs_exportfs *nxfs; local
[all...]
H A Dnfs_syscalls.c496 struct nfs_exportfs *nxfs; local
531 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
532 if (!strncmp(nxfs->nxfs_path, ptr, MAXPATHLEN))
535 if (!nxfs || strncmp(nxfs->nxfs_path, path, strlen(nxfs->nxfs_path))) {
540 ptr = path + strlen(nxfs->nxfs_path);
543 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
557 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id);
H A Dnfs_vfsops.c5211 struct nfs_exportfs *nxfs; local
5327 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next)
5328 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next)
5392 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
5393 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
5400 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),
5449 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
5450 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
5454 nxfs
[all...]

Completed in 192 milliseconds