Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmke2fs.c1516 char *fs_features = 0; in PRS() local
1767 &fs_features); in PRS()
1774 strcat(fs_features, ","); in PRS()
1776 fs_features[0] = 0; in PRS()
1777 strcat(fs_features, optarg); in PRS()
2030 edit_feature(fs_features ? fs_features : tmp, in PRS()
2034 (void) ext2fs_free_mem(&fs_features); in PRS()