Lines Matching +defs:source +defs:o
75 * can have an impact on i/o latency (e.g. tying up a spinning disk for
2715 * Returns the mountpoint property and source for the given dataset in the value
2716 * and source buffers. The value buffer must be at least as large as MAXPATHLEN
2717 * and the source buffer as least as large a ZFS_MAX_DATASET_NAME_LEN.
2722 char *source)
2729 ZAP_MAXVALUELEN, value, source);
2735 * Process the dsname and source to find the full mountpoint string.
2745 * with a received value, the source will be the path of
2746 * the dataset we inherit from. If source is
2750 if (strcmp(source, ZPROP_SOURCE_VAL_RECVD) == 0) {
2753 ASSERT0(strncmp(dsname, source, strlen(source)));
2754 relpath = dsname + strlen(source);
3696 uint64_t o;
3708 o = dsl_dir_phys(cnds->ds_dir)->
3712 dsl_dir_phys(odd)->dd_clones, o, tx));
3714 dsl_dir_phys(dd)->dd_clones, o, tx));
4016 * exceeds the refquota on the source system.
4408 dsl_dataset_set_refquota(const char *dsname, zprop_source_t source,
4414 ddsqra.ddsqra_source = source;
4484 zprop_source_t source, uint64_t value, dmu_tx_t *tx)
4491 source, sizeof (value), 1, &value, tx);
4524 dsl_dataset_set_refreservation(const char *dsname, zprop_source_t source,
4530 ddsqra.ddsqra_source = source;
4585 dsl_dataset_set_compression(const char *dsname, zprop_source_t source,
4598 ddsca.ddsca_source = source;