map_fstype
me->map_fstype ? me->map_fstype : "",
if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) {
} else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) {
} else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) {
me->map_fstype, me->map_mntopts,
me->map_fstype = strdup(MNTTYPE_AUTOFS);
me->map_fstype == NULL ||
if (me->map_fstype)
free(me->map_fstype);
if ((me->map_fstype = strdup(MNTTYPE_AUTOFS)) == NULL)
if ((me->map_mounter = strdup(me->map_fstype)) == NULL)
if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) {
if (me->map_fstype)
free(me->map_fstype);
me->map_fstype ? me->map_fstype : "",
ms->map_fstype = strdup(MNTTYPE_NFS);
if (ms->map_fstype == NULL)
me->map_fstype = strdup(fstype);
if (me->map_fstype == NULL)
if (node->mapent && strcmp(node->mapent->map_fstype,
if (((me->map_fstype = strdup(fstype)) == NULL) ||
if (me->map_fstype != NULL)
free(me->map_fstype);
(strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) &&
char *map_fstype; /* file system type e.g. "nfs" */
me->map_fstype = fstype;
mount_do_fstype = (char *) map_fstype (mount_fstype);
mount_do_fstype = (char *) map_fstype (libhal_volume_get_fstype (volume));