Home
last modified time | relevance | path

Searched refs:cg_firstfield (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/usr.sbin/makefs/ffs/
Dffs_bswap.c205 n->cg_firstfield = bswap32(o->cg_firstfield); in ffs_cg_swap()
Dmkfs.c634 start = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield); in initcg()
/freebsd-12-stable/sys/ufs/ffs/
Dfs.h535 int32_t cg_firstfield; /* historic cyl groups linked list */ member
/freebsd-12-stable/sbin/fsck_ffs/
Dpass5.c122 basesize = &newcg->cg_space[0] - (u_char *)(&newcg->cg_firstfield); in pass5()
Dfsutil.c723 cgp->cg_iusedoff = &cgp->cg_space[0] - (u_char *)(&cgp->cg_firstfield); in check_cgmagic()
/freebsd-12-stable/sbin/newfs/
Dmkfs.c697 start = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield); in initcg()
/freebsd-12-stable/sbin/growfs/
Dgrowfs.c337 start = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield); in initcg()