HomeSort by: relevance | last modified time | path
    Searched refs:VERY_DIRTY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_nodeops.c 401 } else if (VERY_DIRTY(chmp, cheb->dirty_size) &&
402 !VERY_DIRTY(chmp, cheb->dirty_size - len)) {
444 } else if (VERY_DIRTY(chmp, cheb->dirty_size)) {
chfs.h 110 #define VERY_DIRTY(chmp, size) ((size) >= (((chmp)->chm_ebh)->eb_size / 2))
382 * very_dirty: contains mostly deleted data (should be GC'd)

Completed in 14 milliseconds