Searched refs:db_dirtycnt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c337 ASSERT3U(holds, >=, db->db_dirtycnt);
340 ASSERT3U(holds, >=, db->db_dirtycnt);
773 if (db->db_dirtycnt == 0) {
1067 } else if (refcount_count(&db->db_holds) > db->db_dirtycnt) {
1679 db->db_dirtycnt += 1;
1680 ASSERT3U(db->db_dirtycnt, <=, 3);
1858 ASSERT(db->db_dirtycnt > 0);
1859 db->db_dirtycnt -= 1;
2023 refcount_count(&db->db_holds) - 1 > db->db_dirtycnt) {
2244 db->db_dirtycnt
[all...]
H A Ddnode_sync.c311 ASSERT(db->db_dirtycnt > 0);
471 db->db_dirtycnt -= 1;
H A Ddmu_objset.c1382 if (db->db_dirtycnt == 0)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h261 uint8_t db_dirtycnt; member in struct:dmu_buf_impl

Completed in 73 milliseconds