Searched refs:b_cg (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c233 if (cgbp->b_un.b_cg != NULL)
242 cgbp->b_un.b_cg = cgp;
260 if (cgbp->b_un.b_cg == NULL)
440 if (cgbufs[cnt].b_un.b_cg == NULL)
443 free(cgbufs[cnt].b_un.b_cg);
690 struct cg *cgp = cgbp->b_un.b_cg;
778 cgp = cgbp->b_un.b_cg;
H A Dfsck.h148 struct cg *b_cg; /* cylinder group */ member in union:bufarea::__anon5
H A Dpass5.c166 cg = cgbp->b_un.b_cg;
H A Dpass1.c100 cgp = cgbp->b_un.b_cg;
H A Dinode.c682 cgp = cgbp->b_un.b_cg;
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c479 cgp = cgbp->b_un.b_cg;

Completed in 200 milliseconds