Searched refs:REMOVE_SUBVOLUME (Results 1 - 9 of 9) sorted by relevance

/systemd/src/basic/
H A Drm-rf.h28 REMOVE_SUBVOLUME = 8, enumerator in enum:RemoveFlags
H A Drm-rf.c92 (de->d_type == DT_DIR && (root_dev || (flags & REMOVE_SUBVOLUME)))) {
131 if ((flags & REMOVE_SUBVOLUME) && st.st_ino == 256) {
191 if ((flags & (REMOVE_SUBVOLUME|REMOVE_ROOT|REMOVE_PHYSICAL)) == (REMOVE_SUBVOLUME|REMOVE_ROOT|REMOVE_PHYSICAL)) {
/systemd/src/import/
H A Dimport-tar.c97 (void) rm_rf(i->temp_path, REMOVE_ROOT|REMOVE_PHYSICAL|REMOVE_SUBVOLUME);
207 (void) rm_rf(i->final_path, REMOVE_ROOT|REMOVE_PHYSICAL|REMOVE_SUBVOLUME);
H A Dimport-raw.c252 (void) rm_rf(i->final_path, REMOVE_ROOT|REMOVE_PHYSICAL|REMOVE_SUBVOLUME);
H A Dpull-common.c145 (void) rm_rf(p, REMOVE_ROOT|REMOVE_PHYSICAL|REMOVE_SUBVOLUME);
H A Dpull-tar.c104 (void) rm_rf(i->temp_path, REMOVE_ROOT|REMOVE_PHYSICAL|REMOVE_SUBVOLUME);
H A Dpull-raw.c305 (void) rm_rf(p, REMOVE_ROOT|REMOVE_PHYSICAL|REMOVE_SUBVOLUME);
/systemd/src/shared/
H A Dmachine-image.c427 r = rm_rf(i->path, REMOVE_ROOT|REMOVE_PHYSICAL|REMOVE_SUBVOLUME);
/systemd/src/tmpfiles/
H A Dtmpfiles.c1527 r = rm_rf(instance, (i->type == RECURSIVE_REMOVE_PATH ? REMOVE_ROOT|REMOVE_SUBVOLUME : 0) | REMOVE_PHYSICAL);

Completed in 26 milliseconds