Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-flakey.c47 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() function
242 r = parse_features(&as, fc, ti); in flakey_ctr()
Ddm-raid1.c1002 static int parse_features(struct mirror_set *ms, unsigned argc, char **argv, in parse_features() function
1131 r = parse_features(ms, argc, argv, &args_used); in mirror_ctr()
Ddm-mpath.c1101 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features() function
1197 r = parse_features(&as, m); in multipath_ctr()
Ddm-cache-target.c2114 static int parse_features(struct cache_args *ca, struct dm_arg_set *as, in parse_features() function
2219 r = parse_features(ca, &as, error); in parse_cache_args()