Searched refs:dr_next (Results 1 – 7 of 7) sorted by relevance
430 for (dr = db->db_data_pending; dr != NULL; dr = dr->dr_next) in dbuf_verify()433 for (dr = db->db_last_dirty; dr != NULL; dr = dr->dr_next) in dbuf_verify()1212 drp = &dr->dr_next; in dbuf_dirty()1301 dr->dr_next = *drp; in dbuf_dirty()1445 for (drp = &db->db_last_dirty; (dr = *drp) != NULL; drp = &dr->dr_next) in dbuf_undirty()1463 *drp = dr->dr_next; in dbuf_undirty()1529 dr != NULL && dr->dr_txg >= tx->tx_txg; dr = dr->dr_next) { in dmu_buf_will_dirty()2761 drp = &(*drp)->dr_next; in dbuf_sync_leaf()2762 ASSERT(dr->dr_next == NULL); in dbuf_sync_leaf()2764 *drp = dr->dr_next; in dbuf_sync_leaf()[all …]
1668 dr = dr->dr_next; in dmu_sync()1679 ASSERT(dr->dr_next == NULL || dr->dr_next->dr_txg < txg); in dmu_sync()1705 if (dr->dr_next != NULL || dnode_block_freed(dn, db->db_blkid)) in dmu_sync()
1485 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_new_blkid() local1502 for (dr = list_head(list); dr; dr = dr_next) { in dnode_new_blkid()1503 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr); in dnode_new_blkid()
199 dr = dr->dr_next; in free_verify()
1287 for (drp = &db->db_last_dirty; (dr = *drp) != NULL; drp = &dr->dr_next) in dmu_objset_userquota_find_data()
116 struct dbuf_dirty_record *dr_next; member
2829 dispatch_source_refs_t dri, dr_next; in _dispatch_mach_notify_merge() local2851 TAILQ_FOREACH_SAFE(dri, &dk->dk_sources, dr_list, dr_next) { in _dispatch_mach_notify_merge()2865 if (!dr_next || DISPATCH_MACH_KEVENT_ARMED(dk)) { in _dispatch_mach_notify_merge()