Home
last modified time | relevance | path

Searched refs:parse_bmap (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/debugfs/
Dset_fields.c73 static errcode_t parse_bmap(struct field_set_info *info, char *field, char *arg);
237 { "bmap", NULL, NULL, 4, parse_bmap, FLAG_ARRAY },
631 static errcode_t parse_bmap(struct field_set_info *info, in parse_bmap() function
706 else if (ss->func == parse_bmap) in print_possible_fields()