Lines Matching refs:in_container
163 bool in_container, use_watchdog = false;
218 in_container = detect_container() > 0;
220 need_umount = !in_container;
221 need_swapoff = !in_container;
222 need_loop_detach = !in_container;
223 need_dm_detach = !in_container;
322 if (!in_container && !in_initrd() &&
352 if (!in_container)
356 if (in_container)
369 if (!in_container) {
397 if (!in_container) {
422 if (errno == EPERM && in_container) {