Lines Matching defs:property
46 * 'mountpoint' property, we record whether the filesystem was previously
48 * dataset after the property has been changed.
54 * < change property >
90 * If the property is 'mountpoint', go through and unmount filesystems as
137 * Do the property specific processing.
170 * If the property is 'mountpoint' or 'sharenfs', go through and remount and/or
243 * or sharenfs or sharesmb property is set.
366 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property,
501 char property[ZFS_MAXPROPLEN];
512 * property will not affect them. If this is a rename, we iterate
519 zfs_prop_get(zhp, clp->cl_prop, property,
520 sizeof (property), &sourcetype, where, sizeof (where),
527 * then check out the companion property which is tracked
531 zfs_prop_get(zhp, clp->cl_shareprop, property,
532 sizeof (property), &share_sourcetype, where, sizeof (where),
636 * Given a ZFS handle and a property, construct a complete list of datasets
640 * inherit the property. For each such dataset, we add it to the list and
650 char property[ZFS_MAXPROPLEN];
665 property, sizeof (property),
667 (strcmp(property, "legacy") == 0 ||
668 strcmp(property, "none") == 0)) {
696 * If this is a rename or the 'zoned' property, we pretend we're
725 * also watch its companion property.
790 * If the mountpoint property was previously 'legacy', or 'none',