HomeSort by: relevance | last modified time | path
    Searched defs:blk_is_set (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/resize_ffs/
resize_ffs.c 431 blk_is_set(unsigned char *bitvec, int blkbase, int blkfrags) function in typeref:typename:int
440 * blk_is_set (above) for assumptions. This returns true iff _all_
441 * the bits are clear; it is not just the complement of blk_is_set on
727 if (blk_is_set(bits, fwc, newsb->fs_frag))
1389 if (!blk_is_set(cg_blksfree(cg, 0), minfrag, oldsb->fs_frag)) {

Completed in 33 milliseconds