Home
last modified time | relevance | path

Searched refs:dmu_buf_will_not_fill (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h368 void dmu_buf_will_not_fill(dmu_buf_t *db, dmu_tx_t *tx);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c2489 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_not_fill() function
2616 dmu_buf_will_not_fill(dbuf, tx); in dmu_buf_write_embedded()
2645 dmu_buf_will_not_fill(dbuf, tx); in dmu_buf_redact()
4915 EXPORT_SYMBOL(dmu_buf_will_not_fill);
H A Ddmu.c1137 dmu_buf_will_not_fill(db, tx); in dmu_prealloc()