Searched refs:parse_uuid (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/debugfs/
H A Dset_fields.c66 static errcode_t parse_uuid(struct field_set_info *info, char *field, char *arg);
109 { "uuid", &set_sb.s_uuid, NULL, 16, parse_uuid },
120 { "journal_uuid", &set_sb.s_journal_uuid, NULL, 16, parse_uuid },
124 { "hash_seed", &set_sb.s_hash_seed, NULL, 16, parse_uuid },
494 static errcode_t parse_uuid(struct field_set_info *info, function
601 else if (ss->func == parse_uuid)

Completed in 79 milliseconds