Searched refs:should_destroy_scratch (Results 1 – 1 of 1) sorted by relevance
565 bool* change, bool* should_destroy_scratch = nullptr) { in fs_mgr_overlayfs_teardown_one() argument569 if (should_destroy_scratch) *should_destroy_scratch = true; in fs_mgr_overlayfs_teardown_one()618 if (should_destroy_scratch) *should_destroy_scratch = cleanup_all; in fs_mgr_overlayfs_teardown_one()1528 bool should_destroy_scratch = false; in TeardownMountsAndScratch() local1534 overlay_mount_point == kScratchMountPoint ? &should_destroy_scratch : nullptr); in TeardownMountsAndScratch()1542 if (should_destroy_scratch && !fs_mgr_is_dsu_running()) { in TeardownMountsAndScratch()1691 bool should_destroy_scratch = false; in TeardownAllOverlayForMountPoint() local1693 &should_destroy_scratch); in TeardownAllOverlayForMountPoint()1695 if (should_destroy_scratch) { in TeardownAllOverlayForMountPoint()