Searched defs:dbuf_dirty (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c1477 dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx) function
1661 * and dbuf_dirty. We win, as though the dbuf_noread() had
1743 di = dbuf_dirty(parent, tx);
1829 * Note that there are three places in dbuf_dirty()
1891 * because there are some calls to dbuf_dirty() that don't
1908 (void) dbuf_dirty(db, tx);
1935 (void) dbuf_dirty(db, tx);
2025 (void) dbuf_dirty(db, tx);
2056 (void) dbuf_dirty(db, tx);
3528 * than in dbuf_dirty() sinc
[all...]

Completed in 66 milliseconds