Home | History | Annotate | Download | only in src

Lines Matching defs:genfs

2093 	genfs_t *genfs;
2097 for (genfs = policydb->genfs; genfs; genfs = genfs->next) {
2098 cmp = strcmp(fstype, genfs->fstype);
2103 if (!genfs || cmp) {
2109 for (c = genfs->head; c; c = c->next) {