Home
last modified time | relevance | path

Searched refs:MNTTYPE_LOFS (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmntent.h49 #define MNTTYPE_LOFS "lofs" /* Loop back file system */ macro
50 #define MNTTYPE_LO MNTTYPE_LOFS /* Deprecated name; use MNTTYPE_LOFS */
/titanic_50/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c28 #define MNTTYPE_LOFS "lofs" macro
57 static char fstype[] = MNTTYPE_LOFS;
/titanic_50/usr/src/lib/brand/solaris10/s10_replacefile/
H A Ds10_replacefile.c118 MNTTYPE_LOFS, NULL, 0, mntoptions, in main()
/titanic_50/usr/src/cmd/fs.d/
H A Dumount.c676 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in make_mntarray()
718 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in make_mntarray()
917 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in dowait()
H A Ddf.c77 #ifndef MNTTYPE_LOFS
78 #define MNTTYPE_LOFS "lofs" macro
783 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) { in path_mount_entry()
794 if (!EQ(entryp->mnt_fstype, MNTTYPE_LOFS)) in path_mount_entry()
844 MNTTYPE_LOFS)) { in path_mount_entry()
H A Dmount.c1105 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0)) in make_vfsarray()
1135 MNTTYPE_LOFS) == 0)) in make_vfsarray()
1455 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0)) { in cleanupkid()
/titanic_50/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c256 if (strcmp(mnp->mnt_fstype, MNTTYPE_LOFS) != 0) in z_resolve_lofs()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c277 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1()
552 } else if (strcmp(fstype, MNTTYPE_LOFS) == 0) {
H A Dautod_nfs.c3470 #define MNTTYPE_LOFS "lofs" macro
3481 char fstype[] = MNTTYPE_LOFS;
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c357 if (strcmp(mnp->mnt_fstype, MNTTYPE_LOFS) != 0) in resolve_lofs()
421 (void) strlcpy(fsptr->zone_fs_type, MNTTYPE_LOFS, in check_lofs_needed()
1269 } else if (strcmp(fsptr->zone_fs_type, MNTTYPE_LOFS) == 0) { in mount_one()
1406 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, fromdir, in build_mounted_pre_var()
1426 if (domount(zlogp, MNTTYPE_LOFS, "", rootpath, tmp) != 0) in build_mounted_pre_var()
1475 if (domount(zlogp, MNTTYPE_LOFS, "", fromdir, tmp) in build_mounted_post_var()
1513 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, *cpp, in build_mounted_post_var()
1659 if (strcmp(fsp->zone_fs_type, MNTTYPE_LOFS) == 0) { in mount_filesystems_fsent()
3822 (void) strlcpy(lower_fstab.zone_fs_type, MNTTYPE_LOFS, in tsol_mounts()
3987 strcmp(stat_buf.st_fstype, MNTTYPE_LOFS) != 0) { in tsol_mounts()
[all …]
/titanic_50/usr/src/lib/libbe/common/
H A Dbe_mount.c1698 if (mount(zhp_mountpoint, mountpoint, mflag, MNTTYPE_LOFS, in loopback_mount_shared_fs()
1805 mntref.mnt_fstype = MNTTYPE_LOFS; in loopback_mount_zonepath()
1837 if (mount(zonepath, altzonepath, mflag, MNTTYPE_LOFS, in loopback_mount_zonepath()
1919 if (strcmp(entp->mnt_fstype, MNTTYPE_LOFS) != 0) in unmount_shared_fs()
/titanic_50/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c407 } else if (strcmp(mountmatch->mnt_fstype, MNTTYPE_LOFS) == 0) { in getglobalpath()
/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c942 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) != in get_mntinfo()