Home
last modified time | relevance | path

Searched refs:undo_mount (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/home/
Dhomework-cifs.c28 assert(!setup->undo_mount); in home_setup_cifs()
106 setup->undo_mount = true; in home_setup_cifs()
114 if (!setup->undo_mount) in home_setup_cifs()
178 setup->undo_mount = false; in home_activate_cifs()
Dhomework-directory.c25 assert(!setup->undo_mount); in home_setup_directory()
40 setup->undo_mount = true; in home_setup_directory()
98 setup->undo_mount = false; in home_activate_directory()
200 setup->undo_mount = true; /* If uidmaps worked we have a mount to undo again */ in home_create_directory_or_subvolume()
Dhomework.h36 bool undo_mount:1; /* Whether to unmount /run/systemd/user-home-mount */ member
Dhomework.c293 if (!setup->undo_mount) in home_setup_undo_mount()
306 setup->undo_mount = false; in home_setup_undo_mount()
420 setup->undo_mount = false; in home_setup_done()
457 assert(!setup->undo_mount); in home_setup()
966 … setup.undo_mount = true; /* remember to unmount the new bind mount from HOME_RUNTIME_WORK_DIR */ in home_deactivate()
1001 … setup.undo_mount = false; /* Remember that the bind mount doesn't need to be unmounted anymore */ in home_deactivate()
Dhomework-fscrypt.c376 setup->undo_mount = true; in home_setup_fscrypt()
580 setup->undo_mount = true; /* If uidmaps worked we have a mount to undo again */ in home_create_fscrypt()
Dhomework-luks.c1428 setup->undo_mount = true; in home_setup_luks()
1582 setup->undo_mount = false; in home_activate_luks()
2348 setup->undo_mount = true; in home_create_luks()
2559 if (setup->undo_mount) { in ext4_offline_resize_fs()
2623 setup->undo_mount = true; in ext4_offline_resize_fs()
/systemd-251/src/nspawn/
Dnspawn-cgroup.c83 bool undo_mount = false; in sync_cgroup() local
115 undo_mount = true; in sync_cgroup()
137 if (undo_mount) in sync_cgroup()