Home
last modified time | relevance | path

Searched refs:MNTTYPE_AUTOFS (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c267 if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS)) in getnfspathbyautofs()
310 if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS)) in getnfspathbyautofs()
391 (strcmp(mountmatch->mnt_fstype, MNTTYPE_AUTOFS) == 0)) { in getglobalpath()
396 MNTTYPE_AUTOFS) == 0) in getglobalpath()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c241 if (strcmp(mntp->mnt_fstype, MNTTYPE_AUTOFS) != 0) { in main()
314 MNTTYPE_AUTOFS, &ai, sizeof (ai), mntopts, in main()
498 if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS) != 0) in do_unmounts()
H A Dmount.c153 MNTTYPE_AUTOFS, &fni, sizeof (fni), obuf, MAX_MNTOPT_STR); in main()
H A Dautod_parse.c554 MNTTYPE_AUTOFS) == 0) in push_options()
793 (strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) && in modify_mapents()
1072 me->map_fstype = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot()
1073 me->map_mounter = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot()
1142 if ((me->map_fstype = strdup(MNTTYPE_AUTOFS)) == NULL) in convert_mapent_to_automount()
H A Dautod_autofs.c174 strdup(MNTTYPE_AUTOFS)) == NULL) in mount_autofs()
H A Dautod_mount.c217 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) { in do_mount1()
/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h54 #define MNTTYPE_AUTOFS "autofs" /* Automounter ``file'' system */ macro
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c226 if ((strcmp(fs_tab[n]->fstype, MNTTYPE_AUTOFS)) == 0) in get_server_host()
713 if (strcmp(mt->mnt_fstype, MNTTYPE_AUTOFS) == 0 || in construct_mt()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c829 (void) strcpy(sbp->f_fstr, MNTTYPE_AUTOFS); in auto_statvfs()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c4036 strcmp(stat_buf.st_fstype, MNTTYPE_AUTOFS) != 0) { in tsol_mounts()
4047 (void) domount(zlogp, MNTTYPE_AUTOFS, optstr, in tsol_mounts()