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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h513 struct nfs_exportfs;
603 struct nfs_exportfs *nx_fs; /* exported file system */
616 struct nfs_exportfs { struct
617 LIST_ENTRY(nfs_exportfs) nxfs_next; /* exported file system list */
623 __private_extern__ LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports;
H A Dnfs_subs.c2220 struct nfs_exportfs *nxfs, *nxfs2, *nxfs3;
2337 MALLOC(nxfs, struct nfs_exportfs *, sizeof(struct nfs_exportfs), M_TEMP, M_WAITOK);
2342 bzero(nxfs, sizeof(struct nfs_exportfs));
3060 struct nfs_exportfs *nxfs;
H A Dnfs_syscalls.c389 struct nfs_exportfs *nxfs;
H A Dnfs_vfsops.c2447 struct nfs_exportfs *nxfs;

Completed in 107 milliseconds