Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDdsl_dir.h173 void dsl_dir_willuse_space(dsl_dir_t *dd, int64_t space, dmu_tx_t *tx);
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdsl_dir.c1514 dsl_dir_willuse_space(dsl_dir_t *dd, int64_t space, dmu_tx_t *tx) in dsl_dir_willuse_space() function
HDdmu_objset.c3051 dsl_dir_willuse_space(ds->ds_dir, aspace, tx); in dmu_objset_willuse_space()
HDdsl_dataset.c1482 dsl_dir_willuse_space(ds->ds_dir, asize, tx); in dsl_dataset_snapshot_reserve_space()