Home | History | Annotate | Download | only in src

Lines Matching refs:genfs

1391 	genfs_t *genfs;
1395 for (genfs = policydb->genfs; genfs; genfs = genfs->next) {
1396 cmp = strcmp(fstype, genfs->fstype);
1401 if (!genfs || cmp) {
1407 for (c = genfs->head; c; c = c->next) {