Home
last modified time | relevance | path

Searched refs:fstype_can_discard (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dmountpoint-util.h19 bool fstype_can_discard(const char *fstype);
Dmountpoint-util.c418 bool fstype_can_discard(const char *fstype) { in fstype_can_discard() function
/systemd-251/src/shared/
Ddissect-image.c1359 if (fstype_can_discard(fstype) && in mount_partition()