Home
last modified time | relevance | path

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

/illumos-gate/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 */
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c28 #define MNTTYPE_LOFS "lofs" macro
57 static char fstype[] = MNTTYPE_LOFS;
/illumos-gate/usr/src/lib/brand/solaris10/s10_replacefile/
H A Ds10_replacefile.c118 MNTTYPE_LOFS, NULL, 0, mntoptions, in main()
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c689 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in make_mntarray()
731 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in make_mntarray()
930 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in dowait()
H A Ddf.c78 #ifndef MNTTYPE_LOFS
79 #define MNTTYPE_LOFS "lofs" macro
784 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) { in path_mount_entry()
795 if (!EQ(entryp->mnt_fstype, MNTTYPE_LOFS)) in path_mount_entry()
845 MNTTYPE_LOFS)) { in path_mount_entry()
H A Dmount.c1114 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0)) in make_vfsarray()
1144 MNTTYPE_LOFS) == 0)) in make_vfsarray()
1464 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0)) { in cleanupkid()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c256 if (strcmp(mnp->mnt_fstype, MNTTYPE_LOFS) != 0) in z_resolve_lofs()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c275 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1()
550 } else if (strcmp(fstype, MNTTYPE_LOFS) == 0) {
H A Dautod_nfs.c3454 #define MNTTYPE_LOFS "lofs" macro
3461 char fstype[] = MNTTYPE_LOFS; in loopbackmount()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c372 if (strcmp(mnp->mnt_fstype, MNTTYPE_LOFS) != 0) in resolve_lofs()
436 (void) strlcpy(fsptr->zone_fs_type, MNTTYPE_LOFS, in check_lofs_needed()
1288 } else if (strcmp(fsptr->zone_fs_type, MNTTYPE_LOFS) == 0) { in mount_one()
1425 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, fromdir, in build_mounted_pre_var()
1445 if (domount(zlogp, MNTTYPE_LOFS, "", rootpath, tmp) != 0) in build_mounted_pre_var()
1494 if (domount(zlogp, MNTTYPE_LOFS, "", fromdir, tmp) in build_mounted_post_var()
1532 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, *cpp, in build_mounted_post_var()
1678 if (strcmp(fsp->zone_fs_type, MNTTYPE_LOFS) == 0) { in mount_filesystems_fsent()
3933 (void) strlcpy(lower_fstab.zone_fs_type, MNTTYPE_LOFS, in tsol_mounts()
4098 strcmp(stat_buf.st_fstype, MNTTYPE_LOFS) != 0) { in tsol_mounts()
[all …]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1670 if (mount(zhp_mountpoint, mountpoint, mflag, MNTTYPE_LOFS, in loopback_mount_shared_fs()
1777 mntref.mnt_fstype = MNTTYPE_LOFS; in loopback_mount_zonepath()
1809 if (mount(zonepath, altzonepath, mflag, MNTTYPE_LOFS, in loopback_mount_zonepath()
1891 if (strcmp(entp->mnt_fstype, MNTTYPE_LOFS) != 0) in unmount_shared_fs()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c404 } else if (strcmp(mountmatch->mnt_fstype, MNTTYPE_LOFS) == 0) { in getglobalpath()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c942 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) != in get_mntinfo()