Lines Matching refs:mountpoint

108 		/* If legacy, must look in mnttab for mountpoint. */
147 mount2zhandle(char *mountpoint)
151 cb.match_name = mountpoint;
399 /* create the mountpoint if necessary */
425 * file system name (not mountpoint) should be for that path. We do not
441 * directly under the mountpoint for the parent fs using the last component
442 * of the name as the mountpoint directory.
1090 * If the zone has ever been moved then the mountpoint dir will not be
1155 * mountpoint. Since it is file system already, we don't have the
1227 "dataset %s: mountpoint cannot be inherited\n"),
1242 * Verify that the ZFS dataset exists, and its mountpoint
1270 "zfs '%s' mountpoint is not \"legacy\"\n"),
1348 * Determine whether the specified ZFS dataset's mountpoint property is set
1349 * to "legacy". If the specified dataset does not have a legacy mountpoint,
1350 * then the string pointer to which the mountpoint argument points is assigned
1351 * a dynamically-allocated string containing the dataset's mountpoint
1352 * property. If the dataset's mountpoint property is "legacy" or a libzfs
1353 * error occurs, then the string pointer to which the mountpoint argument
1361 get_zfs_non_legacy_mountpoint(const char *dataset_name, char **mountpoint)
1367 assert(mountpoint != NULL);
1381 if ((*mountpoint = strdup(propbuf)) == NULL) {
1431 * non-legacy mountpoint. If it is, then set the root
1527 * Determine the root filesystem's new mountpoint.
1538 * mount point its mountpoint property and mount the filesystem.
1552 "filesystem's mountpoint property"));
1563 "filesystem's mountpoint property"));
1618 * Determine the root filesystem's mountpoint.