| Home | Sort by: relevance | last modified time | path |
| /src/sbin/fsck_lfs/ | |
| vars.c | 41 struct zlncnt *zlnhead; /* head of zero link count list */ variable in typeref:struct:zlncnt * |
| /src/sbin/fsck_ext2fs/ | |
| main.c | 99 struct zlncnt *zlnhead; variable in typeref:struct:zlncnt * 328 if (zlnhead != NULL) { 330 for (zlnp = zlnhead; zlnp; zlnp = zlnp->next) 336 zlnhead = (struct zlncnt *)0; |
| /src/sbin/fsck_ffs/ | |
| main.c | 86 struct zlncnt *zlnhead; variable in typeref:struct:zlncnt * 520 if (zlnhead != NULL) { 522 for (zlnp = zlnhead; zlnp; zlnp = zlnp->next) 528 zlnhead = (struct zlncnt *)0; |
| /src/sbin/fsdb/ | |
| fsdb.c | 78 struct zlncnt *zlnhead; variable in typeref:struct:zlncnt * |