Searched refs:mt_find (Results 1 – 1 of 1) sorted by relevance
67 struct mnttab mt_find; in rebuild_lofs_cache() local95 bzero(&mt_find, sizeof (mt_find)); in rebuild_lofs_cache()96 mt_find.mnt_fstype = "lofs"; in rebuild_lofs_cache()97 while (getmntany(fp, &mt, &mt_find) == 0 && in rebuild_lofs_cache()