Home
last modified time | relevance | path

Searched refs:fstype_is_ro (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dmountpoint-util.h18 bool fstype_is_ro(const char *fsype);
Dmountpoint-util.c408 bool fstype_is_ro(const char *fstype) { in fstype_is_ro() function
/systemd-251/src/shutdown/
Dumount.c133 !fstype_is_ro(fstype) && in mount_points_list_get()
/systemd-251/src/shared/
Ddissect-image.c415 .rw = !m->verity_ready && !fstype_is_ro(fstype), in dissect_image()
1162 if (p->fstype && fstype_is_ro(p->fstype)) in dissect_image()