Searched refs:MNTTYPE_AUTOFS (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libtsol/common/ |
H A D | getpathbylabel.c | 270 if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS)) in getnfspathbyautofs() 313 if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS)) in getnfspathbyautofs() 394 (strcmp(mountmatch->mnt_fstype, MNTTYPE_AUTOFS) == 0)) { in getglobalpath() 399 MNTTYPE_AUTOFS) == 0) in getglobalpath()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | automount.c | 241 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 D | mount.c | 155 MNTTYPE_AUTOFS, &fni, sizeof (fni), obuf, MAX_MNTOPT_STR); in main()
|
H A D | autod_parse.c | 553 MNTTYPE_AUTOFS) == 0) in push_options() 831 (strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) && in modify_mapents() 1098 me->map_fstype = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot() 1099 me->map_mounter = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot() 1168 if ((me->map_fstype = strdup(MNTTYPE_AUTOFS)) == NULL) in convert_mapent_to_automount()
|
H A D | autod_autofs.c | 176 strdup(MNTTYPE_AUTOFS)) == NULL) in mount_autofs()
|
H A D | autod_mount.c | 219 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) { in do_mount1()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 54 #define MNTTYPE_AUTOFS "autofs" /* Automounter ``file'' system */ macro
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 826 (void) strcpy(sbp->f_fstr, MNTTYPE_AUTOFS); in auto_statvfs()
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3924 strcmp(stat_buf.st_fstype, MNTTYPE_AUTOFS) != 0) { in tsol_mounts() 3935 (void) domount(zlogp, MNTTYPE_AUTOFS, optstr, in tsol_mounts()
|