Searched refs:parse_features (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/md/ |
D | dm-flakey.c | 53 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() function 297 r = parse_features(&as, fc, ti); in flakey_ctr()
|
D | dm-raid1.c | 1014 static int parse_features(struct mirror_set *ms, unsigned int argc, char **argv, in parse_features() function 1143 r = parse_features(ms, argc, argv, &args_used); in mirror_ctr()
|
D | dm-mpath.c | 1109 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features() function 1205 r = parse_features(&as, m); in multipath_ctr()
|
D | dm-cache-target.c | 2146 static int parse_features(struct cache_args *ca, struct dm_arg_set *as, in parse_features() function 2251 r = parse_features(ca, &as, error); in parse_cache_args()
|