Searched defs:need_dm_detach (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
223 need_dm_detach = !in_container;
275 if (need_dm_detach) {
279 need_dm_detach = false;
287 if (!need_umount && !need_swapoff && !need_loop_detach && !need_dm_detach) {
301 need_dm_detach ? " DM devices," : "");
310 need_dm_detach ? " DM devices," : "");
341 if (need_umount || need_swapoff || need_loop_detach || need_dm_detach)
346 need_dm_detach ? " DM devices," : "");

Completed in 7 milliseconds