Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h643 boolean_t dmu_buf_freeable(dmu_buf_t *);
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap.c1324 if (!add && dmu_buf_freeable(zap->zap_dbuf)) { in fzap_count_write()
1354 if (!add && dmu_buf_freeable(l->l_dbuf)) { in fzap_count_write()
H A Dzap_micro.c1406 if (dmu_buf_freeable(zap->zap_dbuf)) in zap_count_write()
H A Ddbuf.c2568 dmu_buf_freeable(dmu_buf_t *dbuf) in dmu_buf_freeable() function