Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h603 struct nfs_exportfs;
695 struct nfs_exportfs *nx_fs; /* exported file system */
708 struct nfs_exportfs { struct
709 LIST_ENTRY(nfs_exportfs) nxfs_next; /* exported file system list */
715 extern LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports; argument
H A Dnfs_syscalls.c505 static struct nfs_exportfs *
508 struct nfs_exportfs *nxfs; in nfsrv_find_exportfs()
540 struct nfs_exportfs *nxfs; in getfh()
1578 struct nfs_exportfs *nxfs; in nfssvc_exportstats()
1727 struct nfs_exportfs *nxfs; in nfssvc_userstats()
H A Dnfs_subs.c3139 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3; in nfsrv_export()
3217 kfree_type(struct nfs_exportfs, nxfs); in nfsrv_export()
3337 nxfs = kalloc_type(struct nfs_exportfs, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nfsrv_export()
3348 kfree_type(struct nfs_exportfs, nxfs); in nfsrv_export()
3606 kfree_type(struct nfs_exportfs, nxfs); in nfsrv_export()
3634 struct nfs_exportfs *nxfs; in nfsrv_check_exports_allow_address()
4176 struct nfs_exportfs *nxfs; in nfsrv_active_user_list_reclaim()