Home
last modified time | relevance | path

Searched refs:opt (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() argument
105 char *str = opt->next; in get_dm_option()
112 opt->start = str; in get_dm_option()
115 opt->len = strlen(str); in get_dm_option()
116 endp = str + opt->len; in get_dm_option()
118 opt->len = endp - str; in get_dm_option()
120 opt->delim = *endp; in get_dm_option()
123 opt->next = endp; in get_dm_option()
125 opt->next = endp + 1; in get_dm_option()
127 return opt->len != 0; in get_dm_option()
[all …]