Home
last modified time | relevance | path

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

/init/
Ddo_mounts_dm.c103 static int __init get_dm_option(struct dm_option *opt, const char *accept) in get_dm_option() function
159 if (!get_dm_option(&opt, DM_FIELD_SEP)) { in dm_parse_device()
167 if (!get_dm_option(&opt, DM_FIELD_SEP)) { in dm_parse_device()
175 get_dm_option(&opt, DM_ANY_SEP); in dm_parse_device()
188 if (!get_dm_option(&opt, DM_LINE_SEP)) in dm_parse_device()
223 if (!get_dm_option(&opt, DM_FIELD_SEP)) { in dm_parse_targets()
230 if (!get_dm_option(&opt, DM_FIELD_SEP)) { in dm_parse_targets()
237 if (get_dm_option(&opt, DM_FIELD_SEP)) in dm_parse_targets()
245 if (get_dm_option(&opt, DM_LINE_SEP)) in dm_parse_targets()
322 if (!get_dm_option(&opt, DM_FIELD_SEP)) in dm_setup()