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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2825 if (nxfs->nxfs_id == unxa->nxa_fsid)
2908 nxfs->nxfs_id = unxa->nxa_fsid;
2989 LIST_INSERT_HEAD(NFSRVEXPHASH(nxfs->nxfs_id, nx->nx_id), nx, nx_hash);
3039 nx->nx_fh.nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id);
3220 if (nx->nx_fs->nxfs_id != fsid)
3381 nfhp->nfh_xh.nxh_fsid = htonl(nx->nx_fs->nxfs_id);
H A Dnfs.h644 uint32_t nxfs_id; /* exported file system ID */ member in struct:nfs_exportfs
H A Dnfs_syscalls.c480 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id);

Completed in 78 milliseconds