Home
last modified time | relevance | path

Searched refs:cg_freeoff (Results 1 – 5 of 5) sorted by relevance

/minix/sys/ufs/ffs/
H A Dffs_bswap.c236 n->cg_freeoff = bswap32(o->cg_freeoff); in ffs_cg_swap()
H A Dfs.h511 int32_t cg_freeoff; /* (u_int8) free block map */ member
578 ufs_rw32((cgp)->cg_freeoff, (ns))))
H A Dffs_alloc.c2134 ufs_rw32(cgp->cg_freeoff, needswap), in ffs_mapsearch()
/minix/usr.sbin/makefs/ffs/
H A Dmkfs.c644 acg.cg_freeoff = acg.cg_iusedoff + howmany(sblock.fs_ipg, CHAR_BIT); in initcg()
646 acg.cg_nextfreeoff = acg.cg_freeoff + in initcg()
649 acg.cg_clustersumoff = acg.cg_freeoff + in initcg()
H A Dffs_alloc.c572 ufs_rw32(cgp->cg_freeoff, needswap), in ffs_mapsearch()