Searched refs:automount_opts (Results 1 – 1 of 1) sorted by relevance
78 static int automount_opts(char **, char *);1102 if ((rc = automount_opts(&me->map_mntopts, mapopts)) in mark_and_fake_level1_noroot()1184 if ((rc = automount_opts(&me->map_mntopts, mapopts)) != PARSE_OK) in convert_mapent_to_automount()1205 automount_opts(char **map_mntopts, char *mapopts) in automount_opts() function