Searched refs:map_mntopts (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 329 if ((me->map_mntopts = strdup(w)) == NULL) in mapline_to_mapent() 545 if ((rc = set_mapent_opts(me, me->map_mntopts, in push_options() 604 if (me->map_mntopts != NULL) in set_mapent_opts() 605 free(me->map_mntopts); in set_mapent_opts() 606 if ((me->map_mntopts = strdup(entryopts)) == NULL) in set_mapent_opts() 642 (strcmp(me->map_mntopts, NO_OPTS) == 0)) { in set_mapent_opts() 643 free(me->map_mntopts); in set_mapent_opts() 736 me->map_mntopts = strdup(pushopts); in fstype_opts() 738 me->map_mntopts = strdup(pushentryopts); in fstype_opts() 740 if (!me->map_mntopts) { in fstype_opts() [all …]
|
H A D | autod_mount.c | 119 me->map_mntopts ? me->map_mntopts : ""); in do_mount1() 162 inherit_options(mapopts, &me->map_mntopts) != 0) { in do_mount1() 169 remove_browse_options(me->map_mntopts); in do_mount1() 278 remove_browse_options(me->map_mntopts); in do_mount1() 280 me->map_mntopts, overlay); in do_mount1() 283 remove_browse_options(me->map_mntopts); in do_mount1() 285 me->map_fstype, me->map_mntopts, in do_mount1()
|
H A D | ns_fnmount.c | 687 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 D | automount.h | 146 char *map_mntopts; /* mount options */ member
|
H A D | autod_autofs.c | 106 strcpy(fnip->opts, me->map_mntopts); in mount_autofs()
|
H A D | autod_nfs.c | 256 if (is_nfs_port(me->map_mntopts)) { in mount_nfs() 260 mntpnt, me->map_mntopts, overlay); in mount_nfs() 283 err = nfsmount(mfs, mntpnt, me->map_mntopts, in mount_nfs()
|