Home
last modified time | relevance | path

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

/dragonfly/sbin/fsck/
H A Dpass5.c193 if ((cg->cg_frotor >= 0) && (cg->cg_frotor < newcg->cg_ndblk)) in pass5()
194 newcg->cg_frotor = cg->cg_frotor; in pass5()
196 newcg->cg_frotor = 0; in pass5()
/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_bswap.c223 n->cg_frotor = bswap32(o->cg_frotor); in ffs_cg_swap()
H A Dffs_alloc.c566 start = ufs_rw32(cgp->cg_frotor, needswap) / NBBY; in ffs_mapsearch()
591 cgp->cg_frotor = ufs_rw32(bno, needswap); in ffs_mapsearch()
/dragonfly/sys/vfs/ufs/
H A Dfs.h362 int32_t cg_frotor; /* position of last used frag */ member
419 int32_t cg_frotor; /* position of last used frag */ member
H A Dffs_alloc.c1836 start = cgp->cg_frotor / NBBY; in ffs_mapsearch()
1856 cgp->cg_frotor = bno; in ffs_mapsearch()
/dragonfly/stand/boot/common/
H A Dfs.h455 int32_t cg_frotor; /* position of last used frag */ member
/dragonfly/sbin/dumpfs/
H A Ddumpfs.c271 acg.cg_rotor, acg.cg_irotor, acg.cg_frotor); in dumpcg()
/dragonfly/sbin/growfs/
H A Ddebug.c340 fprintf(dbg_log, "frotor int32_t 0x%08x\n", cgr->cg_frotor); in dbg_dump_cg()