Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dro_debug_cmds.c150 extern void do_supported_features __SS_PROTO;
276 do_supported_features,
Ddebug_cmds.c326 extern void do_supported_features __SS_PROTO;
654 do_supported_features,
Dro_debug_cmds.ct84 request do_supported_features, "Print features supported by this version of e2fsprogs",
Ddebug_cmds.ct181 request do_supported_features, "Print features supported by this version of e2fsprogs",
Ddebugfs.h170 extern void do_supported_features(int argc, char **argv, int sci_idx, void *infop);
Ddebugfs.c2274 void do_supported_features(int argc, char *argv[], in do_supported_features() function