Lines Matching defs:mountpoint
836 char *mountpoint, *origmountpoint, *name, *next;
845 mountpoint = dsl_dir_get_mountpoint(zfs, dsldir);
846 if (mountpoint == NULL)
858 origmountpoint = mountpoint;
861 * Figure out which fsnode corresponds to our mountpoint.
865 if (strcmp(mountpoint, zfs->rootpath) != 0) {
866 mountpoint += strlen(zfs->rootpath);
876 for (next = name = mountpoint; next != NULL;) {
887 errx(1, "missing mountpoint directory for `%s'",
892 "mountpoint for `%s' is not a directory",
904 * Multiple datasets shouldn't share a mountpoint. It's
960 * This dataset's mountpoint doesn't exist in the staging tree, or the
961 * dataset doesn't have a mountpoint at all. In either case we still
1092 * directory by having its mountpoint be equal to the root path.
1103 * in the staging directory, either because there is no mountpoint, or
1104 * because the mountpoint doesn't correspond to an existing directory.