Searched refs:nfsrv_exports (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2722 while ((nxfs = LIST_FIRST(&nfsrv_exports))) {
2771 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
2865 LIST_FOREACH(nxfs2, &nfsrv_exports, nxfs_next) {
2875 LIST_INSERT_HEAD(&nfsrv_exports, nxfs, nxfs_next);
3563 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
H A Dnfs.h646 __private_extern__ LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports;
H A Dnfs_syscalls.c452 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
H A Dnfs_vfsops.c5178 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next)
5243 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
5300 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
H A Dnfs_serv.c122 struct nfsrv_expfs_list nfsrv_exports; variable in typeref:struct:nfsrv_expfs_list
204 LIST_INIT(&nfsrv_exports);

Completed in 102 milliseconds