Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/support/
Dplausible.c188 char *fs_label = NULL; in check_plausibility() local
244 fs_label = blkid_get_tag_value(cache, "LABEL", device); in check_plausibility()
249 if (fs_label) in check_plausibility()
251 device, fs_type, fs_label); in check_plausibility()
258 free(fs_label); in check_plausibility()