Searched refs:nfs_exportfs (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h536 struct nfs_exportfs;
626 struct nfs_exportfs *nx_fs; /* exported file system */
639 struct nfs_exportfs { struct
640 LIST_ENTRY(nfs_exportfs) nxfs_next; /* exported file system list */
646 __private_extern__ LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports;
H A Dnfs_subs.c2677 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3;
2849 MALLOC(nxfs, struct nfs_exportfs *, sizeof(struct nfs_exportfs), M_TEMP, M_WAITOK);
2854 bzero(nxfs, sizeof(struct nfs_exportfs));
3550 struct nfs_exportfs *nxfs;
H A Dnfs_syscalls.c417 struct nfs_exportfs *nxfs;
H A Dnfs_vfsops.c5067 struct nfs_exportfs *nxfs;

Completed in 89 milliseconds