Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dfs.h547 #define BX_CYLGRP 0x00020000 /* cylinder groups */
546 #define BX_CYLGRP global() macro
H A Dffs_vfsops.c2322 if ((bp->b_xflags & BX_CYLGRP) != 0) { in ffs_bufwrite()
2339 if ((bp->b_xflags & BX_CYLGRP) != 0) { in ffs_bufwrite()
2418 case BX_CYLGRP: in ffs_geom_strategy()
H A Dffs_alloc.c3098 bp->b_xflags |= BX_CYLGRP; in ffs_getcg()