Home | History | Annotate | Download | only in common

Lines Matching defs:fstype

669   for (const char* fstype : fstypes) {
670 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags,
676 << " on " << mountpoint << " as " << fstype;