Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dplausible.c187 char *fs_label = NULL; in check_plausibility() local
243 fs_label = blkid_get_tag_value(cache, "LABEL", device); in check_plausibility()
248 if (fs_label) in check_plausibility()
250 device, fs_type, fs_label); in check_plausibility()
257 free(fs_label); in check_plausibility()