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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c124 int dirty; /* File modified but not saved. */ member in struct:editorConfig
623 E.dirty++;
644 E.dirty++;
694 E.dirty++;
704 E.dirty++;
713 E.dirty++;
734 E.dirty++;
806 E.dirty++;
814 E.dirty = 0;
837 E.dirty
[all...]
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp186 // track all 'empty/read/dirty' blocks for each vnode, rather than reading
371 bool dirty = false; local
401 if (dirty || direct_params.IsDirty()) {
435 bool dirty = false; local
465 if (dirty || indirect_params.IsDirty()) {
517 bool dirty = false; local
533 dirty |= direct_params.IsDirty();
564 dirty |= indirect_params.IsDirty();
605 dirty |= dindirect_params.IsDirty();
608 if (dirty) {
1455 int dirty = 0; local
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Darena.c107 bool dirty)
111 if (dirty) {
552 * Restart decay backlog from scratch, which may cause many dirty pages
600 * purge to the new limit if necessary. Note that dirty pages created
708 * ndirty_limit: Purge as many dirty extents as possible without violating the
933 * that there is no way for the application to get a dirty read from the
106 arena_extent_cache_maybe_remove(tsdn_t *tsdn, arena_t *arena, extent_t *extent, bool dirty) argument

Completed in 116 milliseconds