Home
last modified time | relevance | path

Searched refs:map_mntopts (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c603 if (me->map_mntopts != NULL) in set_mapent_opts()
604 free(me->map_mntopts); in set_mapent_opts()
615 free(me->map_mntopts); in set_mapent_opts()
702 if (!me->map_mntopts) { in fstype_opts()
1156 if (me->map_mntopts) in convert_mapent_to_automount()
1157 free(me->map_mntopts); in convert_mapent_to_automount()
1224 strcat(*map_mntopts, opt); in automount_opts()
1229 strcat(*map_mntopts, ","); in automount_opts()
1679 if (me->map_mntopts) in free_mapent()
1680 free(me->map_mntopts); in free_mapent()
[all …]
H A Dautod_mount.c117 me->map_mntopts ? me->map_mntopts : ""); in do_mount1()
160 inherit_options(mapopts, &me->map_mntopts) != 0) { in do_mount1()
167 remove_browse_options(me->map_mntopts); in do_mount1()
276 remove_browse_options(me->map_mntopts); in do_mount1()
278 me->map_mntopts, overlay); in do_mount1()
281 remove_browse_options(me->map_mntopts); in do_mount1()
283 me->map_fstype, me->map_mntopts, in do_mount1()
H A Dns_fnmount.c687 opts = me->map_mntopts; in safe_mapent()
688 me->map_mntopts = safe_opts(opts); in safe_mapent()
690 return (me->map_mntopts != NULL); in safe_mapent()
788 me->map_mntopts = mntopts; in new_mapent()
H A Dautomount.h146 char *map_mntopts; /* mount options */ member
H A Dautod_autofs.c104 strcpy(fnip->opts, me->map_mntopts); in mount_autofs()
H A Dautod_nfs.c248 if (is_nfs_port(me->map_mntopts)) { in mount_nfs()
252 mntpnt, me->map_mntopts, overlay); in mount_nfs()
274 err = nfsmount(mfs, mntpnt, me->map_mntopts, in mount_nfs()