Home
last modified time | relevance | path

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

/external/f2fs-tools/mkfs/
Df2fs_format_main.c196 if (parse_feature(feature_table, optarg)) in f2fs_parse_options()
/external/f2fs-tools/fsck/
Dmain.c281 if (parse_feature(feature_table, optarg)) in f2fs_parse_options()
/external/f2fs-tools/include/
Df2fs_fs.h1597 static inline int parse_feature(struct feature *table, const char *features) in parse_feature() function