/illumos-gate/usr/src/uts/common/sys/ |
H A D | mntent.h | 49 #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 D | mount.c | 28 #define MNTTYPE_LOFS "lofs" macro 57 static char fstype[] = MNTTYPE_LOFS;
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_replacefile/ |
H A D | s10_replacefile.c | 118 MNTTYPE_LOFS, NULL, 0, mntoptions, in main()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | umount.c | 689 (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 D | df.c | 78 #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 D | mount.c | 1114 (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 D | zones_lofs.c | 256 if (strcmp(mnp->mnt_fstype, MNTTYPE_LOFS) != 0) in z_resolve_lofs()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_mount.c | 275 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1() 550 } else if (strcmp(fstype, MNTTYPE_LOFS) == 0) {
|
H A D | autod_nfs.c | 3454 #define MNTTYPE_LOFS "lofs" macro 3461 char fstype[] = MNTTYPE_LOFS; in loopbackmount()
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 372 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 D | be_mount.c | 1670 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 D | getpathbylabel.c | 404 } else if (strcmp(mountmatch->mnt_fstype, MNTTYPE_LOFS) == 0) { in getglobalpath()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 942 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) != in get_mntinfo()
|