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

/external/e2fsprogs/debugfs/
H A Ddebugfs.c2034 static int find_supp_feature(__u32 *supp, int feature_type, char *name) function
2083 ret = find_supp_feature(supp, E2P_FS_FEATURE, argv[1]);
2085 ret = find_supp_feature(jrnl_supp, E2P_JOURNAL_FEATURE,
2094 ret = find_supp_feature(supp, E2P_FS_FEATURE, NULL);
2095 ret = find_supp_feature(jrnl_supp, E2P_JOURNAL_FEATURE, NULL);

Completed in 761 milliseconds