Searched refs:minfrag (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c1294 * Evict all data blocks from the given cg, starting at minfrag (based
1298 * assumes minfrag points into the given cg; it will misbehave if this
1305 evict_data(struct cg * cg, unsigned int minfrag, int nfrag) argument
1315 if (minfrag % oldsb->fs_frag) {
1317 n = minfrag % oldsb->fs_frag;
1318 minfrag -= n;
1325 if (!blk_is_set(cg_blksfree(cg, 0), minfrag, oldsb->fs_frag)) {
1326 if (blk_is_clr(cg_blksfree(cg, 0), minfrag,
1332 mark_move(base + minfrag, off, oldsb->fs_frag);
1333 set_bits(cg_blksfree(cg, 0), minfrag,
[all...]

Completed in 104 milliseconds