Searched refs:map_fstype (Results 1 – 5 of 5) sorted by relevance
552 if (node->mapent && strcmp(node->mapent->map_fstype, in push_options()650 if (((me->map_fstype = strdup(fstype)) == NULL) || in set_mapent_opts()652 if (me->map_fstype != NULL) in set_mapent_opts()653 free(me->map_fstype); in set_mapent_opts()831 (strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) && in modify_mapents()1098 me->map_fstype = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot()1111 me->map_fstype == NULL || in mark_and_fake_level1_noroot()1166 if (me->map_fstype) in convert_mapent_to_automount()1167 free(me->map_fstype); in convert_mapent_to_automount()1168 if ((me->map_fstype = strdup(MNTTYPE_AUTOFS)) == NULL) in convert_mapent_to_automount()[all …]
113 me->map_fstype ? me->map_fstype : "", in do_mount1()168 if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) { in do_mount1()219 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) { in do_mount1()277 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1()285 me->map_fstype, me->map_mntopts, in do_mount1()
142 char *map_fstype; /* file system type e.g. "nfs" */ member
785 me->map_fstype = fstype; in new_mapent()
425 map_fstype (const char *fstype) in map_fstype() function875 mount_do_fstype = (char *) map_fstype (mount_fstype);880 mount_do_fstype = (char *) map_fstype (libhal_volume_get_fstype (volume));