Lines Matching defs:mountpoint
1784 * mountpoint (and therefore need their resource updated).
2789 #define MOUNTPOINT_NAME "mountpoint"
2794 * mountpoint, we want to unmount the dataset before the receive so we can mount
2795 * it at the new mountpoint after the receive. If the mountpoint changes after
2798 * mountpoint) or we remount unnecessarily (updating atime).
2799 * Return B_TRUE in *changed if mountpoint or property related to mountpoint
2806 char *mountpoint = NULL;
2823 * mountpoint.
2831 * Tell dsl_props_predict() how we will update the mountpoint and
2850 (void) nvlist_lookup_string(attrs, ZPROP_VALUE, &mountpoint);
2866 * We don't use zfs_is_mounted() to get the current mountpoint from the
2868 * still be a mounted child dataset that inherits a new mountpoint and
2871 * the effective values of the mountpoint and canmount properties.
2873 if ((predicted_mountpoint != NULL && mountpoint != NULL &&
2874 strcmp(predicted_mountpoint, mountpoint) != 0) ||
2878 * The effective mountpoint is changing or we need to unmount