Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmke2fs.c1487 char *fs_features = 0; in PRS() local
1742 &fs_features); in PRS()
1749 strcat(fs_features, ","); in PRS()
1751 fs_features[0] = 0; in PRS()
1752 strcat(fs_features, optarg); in PRS()
1993 edit_feature(fs_features ? fs_features : tmp, in PRS()
1997 (void) ext2fs_free_mem(&fs_features); in PRS()