Home | History | Annotate | Download | only in lfs

Lines Matching defs:dirty

233  * either all are dirty or all are clean.  If any of the pages
234 * we've seen so far are dirty, put the vnode on the paging chain,
238 * first dirty page.
250 int any_dirty; /* number of dirty pages */
251 int dirty; /* number of dirty pages in a block */
267 * of them are dirty.
269 nonexistent = dirty = 0;
313 dirty += tdirty;
321 any_dirty += dirty;
326 * If any are dirty make all dirty; unbusy them,
337 if (dirty) {
375 * but the expanded range is dirty.
591 * dirty, we can just free them using genfs_putpages.
600 /* Count the number of dirty pages */
609 if (r > 0) /* Some pages are dirty */
643 * Dirty and asked to clean.