Searched refs:find_supp_feature (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/debugfs/
H A Ddebugfs.c2168 static int find_supp_feature(__u32 *supp, int feature_type, char *name) function
2217 ret = find_supp_feature(supp, E2P_FS_FEATURE, argv[1]);
2219 ret = find_supp_feature(jrnl_supp, E2P_JOURNAL_FEATURE,
2228 ret = find_supp_feature(supp, E2P_FS_FEATURE, NULL);
2229 ret = find_supp_feature(jrnl_supp, E2P_JOURNAL_FEATURE, NULL);

Completed in 555 milliseconds