Home
last modified time | relevance | path

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

/linux/Documentation/sphinx/
H A Dkernel_feat.py47 from feat.parse_features import ParseFeature # pylint: disable=C0413
/linux/tools/docs/
H A Dget_feat.py23 from feat.parse_features import ParseFeature # pylint: disable=C0413
/linux/drivers/md/
H A Ddm-raid1.c1013 static int parse_features(struct mirror_set *ms, unsigned int argc, char **argv, in parse_features() function
1142 r = parse_features(ms, argc, argv, &args_used); in mirror_ctr()
H A Ddm-mpath.c1112 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features() function
1207 r = parse_features(&as, m); in multipath_ctr()
H A Ddm-cache-target.c2158 static int parse_features(struct cache_args *ca, struct dm_arg_set *as, in parse_features() function
2263 r = parse_features(ca, &as, error); in parse_cache_args()