Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/makefs/nbsrc/sys/ufs/ffs/
Dffs_bswap.c190 int32_t btotoff, boff, clustersumoff; in ffs_cg_swap() local
238 btotoff = n->cg_old_btotoff; in ffs_cg_swap()
242 btotoff = bswap32(n->cg_old_btotoff); in ffs_cg_swap()
255 n32 = (u_int32_t *)((u_int8_t *)n + btotoff); in ffs_cg_swap()
256 o32 = (u_int32_t *)((u_int8_t *)o + btotoff); in ffs_cg_swap()