Home | History | Annotate | Download | only in misc

Lines Matching refs:fs_uuid

104 static char *fs_uuid = NULL;
1586 fs_uuid = optarg;
2468 if (fs_uuid) {
2469 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {
2471 fs_uuid);