Home | History | Annotate | Download | only in debugfs

Lines Matching full:find_supp_feature

2034 static int find_supp_feature(__u32 *supp, int feature_type, char *name)
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);