Home
last modified time | relevance | path

Searched refs:dsl_dir_willuse_space (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dir.h174 void dsl_dir_willuse_space(dsl_dir_t *dd, int64_t space, dmu_tx_t *tx);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c1518 dsl_dir_willuse_space(dsl_dir_t *dd, int64_t space, dmu_tx_t *tx) in dsl_dir_willuse_space() function
H A Ddmu_objset.c3138 dsl_dir_willuse_space(ds->ds_dir, aspace, tx); in dmu_objset_willuse_space()
H A Ddsl_dataset.c1514 dsl_dir_willuse_space(ds->ds_dir, asize, tx); in dsl_dataset_snapshot_reserve_space()