Searched refs:parse_uuid (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 70 static errcode_t parse_uuid(struct field_set_info *info, char *field, char *arg); 118 { "uuid", &set_sb.s_uuid, NULL, 16, parse_uuid }, 128 { "journal_uuid", &set_sb.s_journal_uuid, NULL, 16, parse_uuid }, 132 { "hash_seed", &set_sb.s_hash_seed, NULL, 16, parse_uuid }, 178 { "encrypt_pw_salt", &set_sb.s_encrypt_pw_salt, NULL, 16, parse_uuid }, 597 static errcode_t parse_uuid(struct field_set_info *info, in parse_uuid() function 700 else if (ss->func == parse_uuid) in print_possible_fields()
|