Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_subs.c1767 if (nxfs->nxfs_id == unxa->nxa_fsid) { in nfsrv_export()
1851 nxfs->nxfs_id = unxa->nxa_fsid; in nfsrv_export()
1941 LIST_INSERT_HEAD(NFSRVEXPHASH(nxfs->nxfs_id, nx->nx_id), nx, nx_hash); in nfsrv_export()
1995 nx->nx_fh.nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id); in nfsrv_export()
2222 if (nx->nx_fs->nxfs_id != fsid) { in nfsrv_fhtoexport()
2452 nfhp->nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id); in nfsrv_vptofh()
H A Dnfs.h715 uint32_t nxfs_id; /* exported file system ID */ member
H A Dnfs_syscalls.c387 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id); in getfh()