Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_subs.c1766 if (nxfs->nxfs_id == unxa->nxa_fsid) { in nfsrv_export()
1850 nxfs->nxfs_id = unxa->nxa_fsid; in nfsrv_export()
1940 LIST_INSERT_HEAD(NFSRVEXPHASH(nxfs->nxfs_id, nx->nx_id), nx, nx_hash); in nfsrv_export()
1994 nx->nx_fh.nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id); in nfsrv_export()
2221 if (nx->nx_fs->nxfs_id != fsid) { in nfsrv_fhtoexport()
2451 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.c385 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id); in getfh()