Searched refs:mounter (Results 1 – 2 of 2) sorted by relevance
762 char *mounter = NULL; in new_mapent() local767 mounter = strdup(fstype); in new_mapent()771 (mounter == NULL) || (root == NULL)) { in new_mapent()775 free(mounter); in new_mapent()786 me->map_mounter = mounter; in new_mapent()
582 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; in set_mapent_opts() local592 strcpy(mounter, fstype); in set_mapent_opts()607 strcpy(mounter, fstype); in set_mapent_opts()623 ((me->map_mounter = strdup(mounter)) == NULL)) { in set_mapent_opts()1789 char fstype[32], mounter[32]; in do_mapent_hosts() local1952 (void) strcpy(mounter, fstype); in do_mapent_hosts()1993 me->map_mounter = strdup(mounter); in do_mapent_hosts()