Home
last modified time | relevance | path

Searched refs:nx_fs (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_subs.c3399 nx->nx_fs = nxfs; in nfsrv_export()
3481 nx->nx_fh.nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id); in nfsrv_export()
3708 if (nx->nx_fs->nxfs_id != fsid) { in nfsrv_fhtoexport()
3871 mp = nfsrv_getvfs_by_mntonname((*nxp)->nx_fs->nxfs_path); in nfsrv_fhtovp()
3938 nfhp->nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id); in nfsrv_vptofh()
H A Dnfs.h694 struct nfs_exportfs *nx_fs; /* exported file system */ member