Searched refs:map_mounter (Results 1 – 5 of 5) sorted by relevance
651 ((me->map_mounter = strdup(mounter)) == NULL)) { in set_mapent_opts()1099 me->map_mounter = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot()1112 me->map_mounter == NULL || in mark_and_fake_level1_noroot()1171 if (me->map_mounter) in convert_mapent_to_automount()1172 free(me->map_mounter); in convert_mapent_to_automount()1173 if ((me->map_mounter = strdup(me->map_fstype)) == NULL) in convert_mapent_to_automount()1715 if (me->map_mounter)1716 free(me->map_mounter);1743 me->map_mounter ? me->map_mounter : "", in trace_mapents()1848 ms->map_mounter = strdup(fstype);[all …]
143 char *map_mounter; /* base fs e.g. "cachefs" */ member
114 me->map_mounter ? me->map_mounter : "", in do_mount1()
786 me->map_mounter = mounter; in new_mapent()
281 cached = strcmp(me->map_mounter, MNTTYPE_CACHEFS) == 0; in mount_nfs()