Searched refs:dr_next (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h117 struct dbuf_dirty_record *dr_next; member in struct:dbuf_dirty_record
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c694 for (dr = db->db_data_pending; dr != NULL; dr = dr->dr_next)
697 for (dr = db->db_last_dirty; dr != NULL; dr = dr->dr_next)
1549 drp = &dr->dr_next;
1644 dr->dr_next = *drp;
1796 for (drp = &db->db_last_dirty; (dr = *drp) != NULL; drp = &dr->dr_next)
1814 *drp = dr->dr_next;
1876 dr != NULL && dr->dr_txg >= tx->tx_txg; dr = dr->dr_next) {
3107 drp = &(*drp)->dr_next;
3108 ASSERT(dr->dr_next == NULL);
3110 *drp = dr->dr_next;
[all...]
H A Ddmu.c1727 dr = dr->dr_next;
1738 ASSERT(dr->dr_next == NULL || dr->dr_next->dr_txg < txg);
1757 * being dirty (dr_next is non-NULL), or by being freed
1764 if (dr->dr_next != NULL || dnode_block_freed(dn, db->db_blkid))
H A Ddnode.c1486 dbuf_dirty_record_t *new, *dr, *dr_next; local
1503 for (dr = list_head(list); dr; dr = dr_next) {
1504 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr);
H A Ddnode_sync.c193 dr = dr->dr_next;
H A Ddmu_objset.c1370 for (drp = &db->db_last_dirty; (dr = *drp) != NULL; drp = &dr->dr_next)

Completed in 121 milliseconds