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

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dbiterator.h 105 bool cleaning; member in struct:dns_dbiterator
284 * Indicate that the given iterator is/is not cleaning the DB.
  /src/sys/ufs/lfs/
lfs_segment.c 453 vndebug(vp,"cleaning");
599 * If we're cleaning we only write cleaning and ifile blocks, and
823 bool ifile, rolling, checkpointing, cleaning; local
833 cleaning = (sp->seg_flags & SEGM_CLEAN);
858 * This means writing any cleaning blocks first, and then
859 * immediately following with non-cleaning blocks.
864 if (cleaning)
867 } else if (cleaning) {
869 * If we are cleaning, only write fake blocks
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 6270 bool cleaning = (flags & PGO_CLEANIT) != 0;
6272 if (cleaning) {
6314 if (cleaning) {
6233 bool cleaning = (flags & PGO_CLEANIT) != 0; local

Completed in 29 milliseconds