Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c624 if (me->map_fstype != NULL) in set_mapent_opts()
625 free(me->map_fstype); in set_mapent_opts()
1085 me->map_fstype == NULL || in mark_and_fake_level1_noroot()
1140 if (me->map_fstype) in convert_mapent_to_automount()
1141 free(me->map_fstype); in convert_mapent_to_automount()
1681 if (me->map_fstype) in free_mapent()
1682 free(me->map_fstype); in free_mapent()
1710 me->map_fstype ? me->map_fstype : "", in trace_mapents()
1816 if (ms->map_fstype == NULL) in do_mapent_hosts()
1990 me->map_fstype = strdup(fstype); in do_mapent_hosts()
[all …]
H A Dautod_mount.c111 me->map_fstype ? me->map_fstype : "", in do_mount1()
166 if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) { in do_mount1()
217 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) { in do_mount1()
275 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1()
283 me->map_fstype, me->map_mntopts, in do_mount1()
H A Dautomount.h142 char *map_fstype; /* file system type e.g. "nfs" */ member
H A Dns_fnmount.c785 me->map_fstype = fstype; in new_mapent()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c425 map_fstype (const char *fstype) in map_fstype() function
875 mount_do_fstype = (char *) map_fstype (mount_fstype);
880 mount_do_fstype = (char *) map_fstype (libhal_volume_get_fstype (volume));