Home
last modified time | relevance | path

Searched refs:b_cg (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dfsutil.c242 if (cgbp->b_un.b_cg != NULL) in cglookup()
254 cgbp->b_un.b_cg = cgp; in cglookup()
269 cg = cgbp->b_un.b_cg; in cgdirty()
290 if (cgbp->b_un.b_cg == NULL) in flushentry()
477 if (cgput(fswritefd, &sblock, bp->b_un.b_cg) == 0) in flush()
554 cgp = bp->b_un.b_cg; in cg_write()
654 if (cgbufs[cnt].b_un.b_cg == NULL) in ckfini()
657 free(cgbufs[cnt].b_un.b_cg); in ckfini()
996 struct cg *cgp = cgbp->b_un.b_cg; in check_cgmagic()
1073 struct cg *cgp = cgbp->b_un.b_cg; in rebuild_cg()
[all …]
H A Dgjournal.c96 cgp = cgbp->b_un.b_cg; in gjournal_check()
H A Dfsck.h163 struct cg *b_cg; /* cylinder group */
167 struct cg *b_cg; /* cylinder group */ global() member
H A Dpass1.c93 cgp = cgbp->b_un.b_cg; in pass1()
H A Dinode.c726 cgp = cgbp->b_un.b_cg; in freeblock()
1423 cgp = cgbp->b_un.b_cg; in allocino()
H A Dpass5.c163 cg = cgbp->b_un.b_cg; in pass5()
H A Dsuj.c189 sc->sc_cgp = sc->sc_cgbp->b_un.b_cg; in cg_lookup()
196 sc->sc_cgp = sc->sc_cgbp->b_un.b_cg; in cg_lookup()
395 cgp = cgbp->b_un.b_cg; in suj_checkblkavail()
/freebsd/sbin/fsdb/
H A Dfsdb.c525 cgp = cgbp->b_un.b_cg; in CMDFUNCSTART()