Searched defs:need_swapoff (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dshutdown.c162 bool need_umount, need_swapoff, need_loop_detach, need_dm_detach; local
221 need_swapoff = !in_container;
251 if (need_swapoff) {
255 need_swapoff = false;
287 if (!need_umount && !need_swapoff && !need_loop_detach && !need_dm_detach) {
299 need_swapoff ? " swap devices," : "",
308 need_swapoff ? " swap devices," : "",
341 if (need_umount || need_swapoff || need_loop_detach || need_dm_detach)
344 need_swapoff ? " swap devices," : "",

Completed in 10 milliseconds