Searched refs:mntref (Results 1 – 4 of 4) sorted by relevance
66 struct mnttab mntref; in mounted() local82 mntref.mnt_special = target; in mounted()83 mntref.mnt_mountp = NULL; in mounted()84 mntref.mnt_fstype = NULL; in mounted()85 mntref.mnt_mntopts = NULL; in mounted()86 mntref.mnt_time = NULL; in mounted()93 mntref.mnt_special); in mounted()98 if (getmntany(mntfp, &mntent, &mntref) != -1) { in mounted()
417 struct mnttab mntref; in mounted() local434 mntref.mnt_special = target; in mounted()435 mntref.mnt_mountp = NULL; in mounted()436 mntref.mnt_fstype = NULL; in mounted()437 mntref.mnt_mntopts = NULL; in mounted()438 mntref.mnt_time = NULL; in mounted()447 if ((rc = getmntany(mntfp, &mntent, &mntref)) != -1) { in mounted()
1736 struct mnttab mntref; in loopback_mount_zonepath() local1803 mntref.mnt_mountp = alt_parentmnt; in loopback_mount_zonepath()1804 mntref.mnt_special = parentmnt; in loopback_mount_zonepath()1805 mntref.mnt_fstype = MNTTYPE_LOFS; in loopback_mount_zonepath()1806 mntref.mnt_mntopts = NULL; in loopback_mount_zonepath()1807 mntref.mnt_time = NULL; in loopback_mount_zonepath()1810 &extmtab, &mntref) != 0) { in loopback_mount_zonepath()
1780 struct mnttab mntref; local1794 mntref.mnt_special = target;1795 mntref.mnt_mountp = NULL;1796 mntref.mnt_fstype = NULL;1797 mntref.mnt_mntopts = NULL;1798 mntref.mnt_time = NULL;1804 if (getmntany(mntfp, &mntent, &mntref) != -1) {