Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c623 ((me->map_mounter = strdup(mounter)) == NULL)) { in set_mapent_opts()
1073 me->map_mounter = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot()
1086 me->map_mounter == NULL || in mark_and_fake_level1_noroot()
1145 if (me->map_mounter) in convert_mapent_to_automount()
1146 free(me->map_mounter); in convert_mapent_to_automount()
1147 if ((me->map_mounter = strdup(me->map_fstype)) == NULL) in convert_mapent_to_automount()
1683 if (me->map_mounter) in free_mapent()
1684 free(me->map_mounter); in free_mapent()
1711 me->map_mounter ? me->map_mounter : "", in trace_mapents()
1812 ms->map_mounter = strdup(fstype); in do_mapent_hosts()
[all …]
H A Dautomount.h143 char *map_mounter; /* base fs */ member
H A Dautod_mount.c112 me->map_mounter ? me->map_mounter : "", in do_mount1()
H A Dns_fnmount.c786 me->map_mounter = mounter; in new_mapent()