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