Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/e2p/
De2p.h60 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array);
Dfeature.c398 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) in e2p_edit_feature() function
/third_party/e2fsprogs/doc/RelNotes/
Dv1.16.txt73 (e2p_feature2string, e2p_string2feature, e2p_edit_feature).
/third_party/e2fsprogs/debian/
Dlibext2fs2.symbols4 e2p_edit_feature@Base 1.37
/third_party/e2fsprogs/debugfs/
Ddebugfs.c2052 if (e2p_edit_feature(argv[i], in do_features()
/third_party/e2fsprogs/misc/
Dmke2fs.c1204 if (e2p_edit_feature(str, compat_array, ok_features)) { in edit_feature()