Lines Matching defs:mnted
621 * -a update-all -- (reboot to sync all mnted OS archive)
4195 zfs_mnted_t mnted;
4255 mntpt = mount_top_dataset(pool, &mnted);
4270 (void) umount_top_dataset(pool, mnted, mntpt);
5814 * mnted returns one of the above values defined for zfs_mnted_t
5817 mount_legacy_dataset(char *pool, zfs_mnted_t *mnted)
5829 *mnted = ZFS_MNT_ERROR;
5855 *mnted = LEGACY_ALREADY;
5899 *mnted = LEGACY_MOUNTED;
5908 * mnted returns one of the above values defined for zfs_mnted_t
5911 mount_top_dataset(char *pool, zfs_mnted_t *mnted)
5921 *mnted = ZFS_MNT_ERROR;
5944 return (mount_legacy_dataset(pool, mnted));
5976 *mnted = ZFS_ALREADY;
5995 *mnted = ZFS_MOUNTED;
6038 (void) umount_top_dataset(pool, *mnted, NULL);
6044 umount_top_dataset(char *pool, zfs_mnted_t mnted, char *mntpt)
6050 INJECT_ERROR1("Z_UMOUNT_TOP_INVALID_STATE", mnted = ZFS_MNT_ERROR);
6051 switch (mnted) {
6180 zfs_mnted_t mnted;
6192 mntpt = mount_top_dataset(pool, &mnted);
6210 (void) umount_top_dataset(pool, mnted, mntpt);
7278 zfs_mnted_t mnted;
7291 mntpt = mount_top_dataset(pool, &mnted);
7301 (void) umount_top_dataset(pool, mnted, mntpt);
7425 zfs_mnted_t mnted;
7448 mntpt = mount_top_dataset(pool, &mnted);
7458 (void) umount_top_dataset(pool, mnted, mntpt);