Home | History | Annotate | Download | only in misc

Lines Matching refs:fs_uuid

97 char *fs_uuid = NULL;
1398 fs_uuid = optarg;
2047 if (fs_uuid) {
2048 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {
2050 fs_uuid);