Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Ddebugfs.c2144 static int find_supp_feature(__u32 *supp, int feature_type, char *name) in find_supp_feature() function
2193 ret = find_supp_feature(supp, E2P_FS_FEATURE, argv[1]); in do_supported_features()
2195 ret = find_supp_feature(jrnl_supp, E2P_JOURNAL_FEATURE, in do_supported_features()
2204 ret = find_supp_feature(supp, E2P_FS_FEATURE, NULL); in do_supported_features()
2205 ret = find_supp_feature(jrnl_supp, E2P_JOURNAL_FEATURE, NULL); in do_supported_features()