Searched refs:inphead (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dvars.c81 struct inoinfo **inphead, **inpsort; variable in typeref:struct:inoinfo
H A Dfsck.h154 } **inphead, **inpsort;
H A Dinode.c373 inpp = &inphead[inumber % numdirs];
409 for (inp = inphead[inumber % numdirs]; inp; inp = inp->i_nexthash) {
426 if (inphead == NULL)
430 free((char *) inphead);
432 inphead = inpsort = NULL;
H A Dsetup.c458 inphead = ecalloc(numdirs, sizeof(struct inoinfo *));
H A Dpass1.c138 inphead = ecalloc(numdirs, sizeof(struct inoinfo *));
/netbsd-current/sbin/fsck_ext2fs/
H A Dfsck.h187 } **inphead, **inpsort;
H A Dinode.c508 inpp = &inphead[inumber % numdirs];
540 for (inp = inphead[inumber % numdirs]; inp; inp = inp->i_nexthash) {
557 if (inphead == NULL)
561 free(inphead);
563 inphead = inpsort = NULL;
H A Dmain.c100 struct inoinfo **inphead, **inpsort; variable in typeref:struct:inoinfo
H A Dsetup.c281 inphead = calloc((unsigned int)numdirs, sizeof(struct inoinfo *));
282 if (inpsort == NULL || inphead == NULL) {
283 printf("cannot alloc %u bytes for inphead\n",
/netbsd-current/sbin/fsck_ffs/
H A Dfsck.h254 } **inphead, **inpsort;
H A Dinode.c505 inpp = &inphead[inumber % dirhash];
541 for (inp = inphead[inumber % dirhash]; inp; inp = inp->i_nexthash) {
558 if (inphead == NULL)
562 free((char *)inphead);
564 inphead = inpsort = NULL;
H A Dmain.c87 struct inoinfo **inphead, **inpsort; variable in typeref:struct:inoinfo
H A Dsetup.c527 inphead = calloc((unsigned)numdirs, sizeof(*inphead));
528 if (inpsort == NULL || inphead == NULL) {
529 pwarn("cannot alloc %u bytes for inphead\n",
/netbsd-current/sbin/fsdb/
H A Dfsdb.c79 struct inoinfo **inphead, **inpsort; variable in typeref:struct:inoinfo

Completed in 102 milliseconds