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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2677 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; local
2722 while ((nxfs = LIST_FIRST(&nfsrv_exports))) {
2723 mp = vfs_getvfs_by_mntonname(nxfs->nxfs_path);
2730 while ((nx = LIST_FIRST(&nxfs->nxfs_exports))) {
2744 LIST_REMOVE(nxfs, nxfs_next);
2745 FREE(nxfs->nxfs_path, M_TEMP);
2746 FREE(nxfs, M_TEMP);
2771 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
2772 if (nxfs->nxfs_id == unxa->nxa_fsid)
2775 if (nxfs) {
3550 struct nfs_exportfs *nxfs; local
[all...]
H A Dnfs_syscalls.c417 struct nfs_exportfs *nxfs; local
452 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
453 if (!strncmp(nxfs->nxfs_path, ptr, MAXPATHLEN))
456 if (!nxfs || strncmp(nxfs->nxfs_path, path, strlen(nxfs->nxfs_path))) {
461 ptr = path + strlen(nxfs->nxfs_path);
464 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
478 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id);
H A Dnfs_vfsops.c5067 struct nfs_exportfs *nxfs; local
5178 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next)
5179 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next)
5243 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
5244 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
5251 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),
5300 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
5301 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
5305 nxfs
[all...]

Completed in 36 milliseconds