| /onnv-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 */
|
| /onnv-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;
|
| /onnv-gate/usr/src/lib/brand/solaris10/s10_replacefile/ |
| H A D | s10_replacefile.c | 118 MNTTYPE_LOFS, NULL, 0, mntoptions, in main()
|
| /onnv-gate/usr/src/cmd/fs.d/ |
| H A D | umount.c | 686 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in make_mntarray() 728 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in make_mntarray() 944 (strcmp(mp->ment.mnt_fstype, MNTTYPE_LOFS) == 0)) in dowait()
|
| H A D | df.c | 72 #ifndef MNTTYPE_LOFS 73 #define MNTTYPE_LOFS "lofs" macro 792 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) { 803 if (!EQ(entryp->mnt_fstype, MNTTYPE_LOFS)) 853 MNTTYPE_LOFS)) {
|
| H A D | mount.c | 1109 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0)) in make_vfsarray() 1139 MNTTYPE_LOFS) == 0)) in make_vfsarray() 1468 (strcmp(vp->v.vfs_fstype, MNTTYPE_LOFS) == 0)) { in cleanupkid()
|
| /onnv-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()
|
| /onnv-gate/usr/src/cmd/fs.d/autofs/ |
| H A D | autod_mount.c | 277 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1() 552 } else if (strcmp(fstype, MNTTYPE_LOFS) == 0) {
|
| H A D | autod_nfs.c | 3522 #define MNTTYPE_LOFS "lofs" macro 3533 char fstype[] = MNTTYPE_LOFS;
|
| /onnv-gate/usr/src/cmd/zoneadmd/ |
| H A D | vplat.c | 349 if (strcmp(mnp->mnt_fstype, MNTTYPE_LOFS) != 0) in resolve_lofs() 413 (void) strlcpy(fsptr->zone_fs_type, MNTTYPE_LOFS, in check_lofs_needed() 1261 } else if (strcmp(fsptr->zone_fs_type, MNTTYPE_LOFS) == 0) { in mount_one() 1398 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, fromdir, in build_mounted_pre_var() 1418 if (domount(zlogp, MNTTYPE_LOFS, "", rootpath, tmp) != 0) in build_mounted_pre_var() 1467 if (domount(zlogp, MNTTYPE_LOFS, "", fromdir, tmp) in build_mounted_post_var() 1505 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, *cpp, in build_mounted_post_var() 1651 if (strcmp(fsp->zone_fs_type, MNTTYPE_LOFS) == 0) { in mount_filesystems_fsent() 3815 (void) strlcpy(lower_fstab.zone_fs_type, MNTTYPE_LOFS, in tsol_mounts() 3980 strcmp(stat_buf.st_fstype, MNTTYPE_LOFS) != 0) { in tsol_mounts() [all …]
|
| /onnv-gate/usr/src/lib/libbe/common/ |
| H A D | be_mount.c | 1650 if (mount(zhp_mountpoint, mountpoint, mflag, MNTTYPE_LOFS, in loopback_mount_shared_fs() 1760 mntref.mnt_fstype = MNTTYPE_LOFS; in loopback_mount_zonepath() 1792 if (mount(zonepath, altzonepath, mflag, MNTTYPE_LOFS, in loopback_mount_zonepath() 1874 if (strcmp(entp->mnt_fstype, MNTTYPE_LOFS) != 0) in unmount_shared_fs()
|
| /onnv-gate/usr/src/lib/libtsol/common/ |
| H A D | getpathbylabel.c | 407 } else if (strcmp(mountmatch->mnt_fstype, MNTTYPE_LOFS) == 0) { in getglobalpath()
|
| /onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | mntinfo.c | 946 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) != in get_mntinfo()
|