Lines Matching defs:legacy
5812 * Mounts a "legacy" top dataset (if needed)
5813 * Returns: The mountpoint of the legacy top dataset or NULL on error
5857 BAM_DPRINTF(("%s: legacy pool %s already mounted\n",
5865 * legacy top dataset is not mounted. Mount it now
5873 BAM_DPRINTF(("%s: legacy pool %s mount-point %s absent\n",
5883 BAM_DPRINTF(("%s: legacy pool %s mount-point %s is already "
5900 BAM_DPRINTF(("%s: legacy pool %s successfully mounted at %s\n",
5926 * First check if the top dataset is a "legacy" dataset
5940 char *legacy = strtok(flist.head->line, " \t\n");
5941 if (legacy && strcmp(legacy, "legacy") == 0) {
5943 BAM_DPRINTF(("%s: is legacy, pool=%s\n", fcn, pool));
5950 BAM_DPRINTF(("%s: is *NOT* legacy, pool=%s\n", fcn, pool));
5977 BAM_DPRINTF(("%s: non-legacy pool %s mounted already\n",
5983 BAM_DPRINTF(("%s: non-legacy pool %s *NOT* already mounted\n",
5996 BAM_DPRINTF(("%s: non-legacy pool %s mounted now\n", fcn, pool));
6031 BAM_DPRINTF(("%s: non-legacy pool %s is mounted at %s\n",
6072 BAM_DPRINTF(("%s: legacy pool %s was mounted by us, "