Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c651 ((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 …]
H A Dautomount.h143 char *map_mounter; /* base fs e.g. "cachefs" */ member
H A Dautod_mount.c114 me->map_mounter ? me->map_mounter : "", in do_mount1()
H A Dns_fnmount.c786 me->map_mounter = mounter; in new_mapent()
H A Dautod_nfs.c281 cached = strcmp(me->map_mounter, MNTTYPE_CACHEFS) == 0; in mount_nfs()