Searched refs:si_recs (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/fsck_ffs/ |
H A D | suj.c | 72 struct srechd si_recs; member 225 TAILQ_INIT(&sino->si_recs); in ino_lookup() 975 TAILQ_FOREACH(srec, &sino->si_recs, sr_next) { in ino_remref() 1131 TAILQ_FOREACH(srec, &sino->si_recs, sr_next) { in ino_adjust() 1152 TAILQ_FOREACH(srec, &sino->si_recs, sr_next) { in ino_adjust() 1433 rrec = (struct jrefrec *)TAILQ_FIRST(&sino->si_recs)->sr_rec; in ino_check() 1438 TAILQ_FOREACH(srec, &sino->si_recs, sr_next) { in ino_check() 1728 for (srn = TAILQ_LAST(&sino->si_recs, srechd); srn; in ino_add_ref() 1748 TAILQ_INSERT_TAIL(&sino->si_recs, srec, sr_next); in ino_add_ref() 1893 if (TAILQ_EMPTY(&sino->si_recs)) in ino_build()
|