Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/nfs/ !
H A Dnfs.h608 struct nfs_exportfs;
700 struct nfs_exportfs *nx_fs; /* exported file system */
713 struct nfs_exportfs { struct
714 LIST_ENTRY(nfs_exportfs) nxfs_next; /* exported file system list */
720 extern LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports; argument
H A Dnfs_syscalls.c226 static struct nfs_exportfs *
229 struct nfs_exportfs *nxfs; in nfsrv_find_exportfs()
296 struct nfs_exportfs *nxfs; in getfh()
1324 struct nfs_exportfs *nxfs; in nfssvc_exportstats()
1473 struct nfs_exportfs *nxfs; in nfssvc_userstats()
H A Dnfs_subs.c1663 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export()
1738 kfree_type(struct nfs_exportfs, nxfs); in nfsrv_export()
1850 nxfs = kalloc_type(struct nfs_exportfs, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nfsrv_export()
1861 kfree_type(struct nfs_exportfs, nxfs); in nfsrv_export()
2119 kfree_type(struct nfs_exportfs, nxfs); in nfsrv_export()
2147 struct nfs_exportfs *nxfs; in nfsrv_check_exports_allow_address()
2689 struct nfs_exportfs *nxfs; in nfsrv_active_user_list_reclaim()