Lines Matching defs:mountpoint

107 		/* If legacy, must look in mnttab for mountpoint. */
146 mount2zhandle(char *mountpoint)
150 cb.match_name = mountpoint;
398 /* create the mountpoint if necessary */
424 * file system name (not mountpoint) should be for that path. We do not
440 * directly under the mountpoint for the parent fs using the last component
441 * of the name as the mountpoint directory.
1089 * If the zone has ever been moved then the mountpoint dir will not be
1154 * mountpoint. Since it is file system already, we don't have the
1226 "dataset %s: mountpoint cannot be inherited\n"),
1241 * Verify that the ZFS dataset exists, and its mountpoint
1269 "zfs '%s' mountpoint is not \"legacy\"\n"),
1347 * Determine whether the specified ZFS dataset's mountpoint property is set
1348 * to "legacy". If the specified dataset does not have a legacy mountpoint,
1349 * then the string pointer to which the mountpoint argument points is assigned
1350 * a dynamically-allocated string containing the dataset's mountpoint
1351 * property. If the dataset's mountpoint property is "legacy" or a libzfs
1352 * error occurs, then the string pointer to which the mountpoint argument
1360 get_zfs_non_legacy_mountpoint(const char *dataset_name, char **mountpoint)
1366 assert(mountpoint != NULL);
1380 if ((*mountpoint = strdup(propbuf)) == NULL) {
1430 * non-legacy mountpoint. If it is, then set the root
1526 * Determine the root filesystem's new mountpoint.
1537 * mount point its mountpoint property and mount the filesystem.
1551 "filesystem's mountpoint property"));
1562 "filesystem's mountpoint property"));
1617 * Determine the root filesystem's mountpoint.