Lines Matching refs:map_mntopts

330 				if ((me->map_mntopts = strdup(w)) == NULL)  in mapline_to_mapent()
546 if ((rc = set_mapent_opts(me, me->map_mntopts, in push_options()
603 if (me->map_mntopts != NULL) in set_mapent_opts()
604 free(me->map_mntopts); in set_mapent_opts()
605 if ((me->map_mntopts = strdup(entryopts)) == NULL) in set_mapent_opts()
614 (strcmp(me->map_mntopts, NO_OPTS) == 0)) { in set_mapent_opts()
615 free(me->map_mntopts); in set_mapent_opts()
700 me->map_mntopts = strdup(pushentryopts); in fstype_opts()
702 if (!me->map_mntopts) { in fstype_opts()
1076 if ((rc = automount_opts(&me->map_mntopts, mapopts)) in mark_and_fake_level1_noroot()
1087 me->map_mntopts == NULL || in mark_and_fake_level1_noroot()
1156 if (me->map_mntopts) in convert_mapent_to_automount()
1157 free(me->map_mntopts); in convert_mapent_to_automount()
1158 if ((rc = automount_opts(&me->map_mntopts, mapopts)) != PARSE_OK) in convert_mapent_to_automount()
1179 automount_opts(char **map_mntopts, char *mapopts) in automount_opts() argument
1197 if (((*map_mntopts) = ((char *)malloc(len))) == NULL) { in automount_opts()
1201 memset(*map_mntopts, 0, len); in automount_opts()
1222 if (*map_mntopts[0] != '\0') in automount_opts()
1223 strcat(*map_mntopts, ","); in automount_opts()
1224 strcat(*map_mntopts, opt); in automount_opts()
1228 if (*map_mntopts[0] != '\0') in automount_opts()
1229 strcat(*map_mntopts, ","); in automount_opts()
1230 strcat(*map_mntopts, addopt); in automount_opts()
1679 if (me->map_mntopts) in free_mapent()
1680 free(me->map_mntopts); in free_mapent()
1714 me->map_mntopts ? me->map_mntopts : ""); in trace_mapents()
1753 currnode->mapent->map_mntopts ? in trace_hierarchy()
1754 currnode->mapent->map_mntopts:""); in trace_hierarchy()
1767 currnode->mapent->map_mntopts ? in trace_hierarchy()
1768 currnode->mapent->map_mntopts:""); in trace_hierarchy()
1809 ms->map_mntopts = strdup(entryopts); in do_mapent_hosts()
1810 if (ms->map_mntopts == NULL) in do_mapent_hosts()
1996 me->map_mntopts = strdup(entryopts); in do_mapent_hosts()
1997 if (me->map_mntopts == NULL) in do_mapent_hosts()