Lines Matching defs:mountpoint

867 	 * zoned=on	mountpoint (no)	    mountpoint (yes)
1479 * If the mountpoint property is being set to a value
1540 char mountpoint[MAXPATHLEN];
1559 if ((err = zfs_prop_get(mntp_zhp, mntp_prop, mountpoint,
1560 sizeof (mountpoint), NULL, NULL, 0, B_FALSE)) != 0)
1564 mountpoint, ret, &propval);
1579 "%s %s is outside the mountpoint %s"),
1580 propname, propval, mountpoint);
2210 "child dataset with inherited mountpoint is used "
2421 "child dataset with inherited mountpoint is used "
2941 (strstr(zhp->zfs_mntopts, "mountpoint=") != NULL));
3267 * Getting the precise mountpoint can be tricky.
3271 * persistent mountpoint property, return the location where
3272 * the dataset is currently mounted (that is, the mountpoint
3275 * Otherwise, return the persistent value of the mountpoint
3278 * - for inherited mountpoints, the value of the mountpoint
3280 * explicitly-assigned mountpoint at the level from
3281 * which this dataset is inheriting its mountpoint (which
3283 * is the dataset from which the mountpoint is inherited.
3285 * the mountpoint of tank/a has been set to "/A", then
3286 * the value of the "mountpoint" property of tank/a/b/c
3294 * inherited mountpoint of "/A/b/c"
3329 * persistent value of the mountpoint property to its
3345 * If we inherit the mountpoint, even from a
3382 * slashes in the mountpoint path.
3388 * If the mountpoint is '/' then skip over this
3390 * or an inherited mountpoint.
3428 * "propbuf" needs to be set to the effective mountpoint,
3433 * "propbuf" needs to be set to the effective mountpoint,
5817 "child dataset with inherited mountpoint is used "