Searched refs:exptable (Results 1 – 4 of 4) sorted by relevance
272 nfsglbls.nfs_export->exptable); in nfs_exptable_dcmd()275 (uintptr_t)nfsglbls.nfs_export->exptable) == -1) { in nfs_exptable_dcmd()319 (uintptr_t)nfsglbls.nfs_export->exptable) == -1) { in nfs_exptable_path_dcmd()
813 bckt = &ne->exptable[exptablehash(&exi->exi_fsid, &exi->exi_fid)]; in export_link()992 exi = ne->exptable[i]; in nfs_export_zone_shutdown()1164 exi = ne->exptable[i]; in rfs_gsscallback()1398 for (ex2 = ne->exptable[exptablehash(&fsid, &fid)]; ex2; in exportfs()2709 for (exi = ne->exptable[exptablehash(fsid, fid)]; in checkexport()2748 for (exi = ne->exptable[exptablehash(fsid, fid)]; in checkexport4()
1500 for (exi = ne->exptable[i]; exi; exi = exi->fid_hash.next) in exi_cache_reclaim_zone()
649 struct exportinfo *exptable[EXPTABLESIZE]; member