Home
last modified time | relevance | path

Searched refs:dr_parent (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h119 struct dbuf_dirty_record *dr_parent; member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddbuf.c1400 dr->dr_parent = di; in dbuf_dirty()
1475 if (dr->dr_parent) { in dbuf_undirty()
1476 mutex_enter(&dr->dr_parent->dt.di.dr_mtx); in dbuf_undirty()
1477 list_remove(&dr->dr_parent->dt.di.dr_children, dr); in dbuf_undirty()
1478 mutex_exit(&dr->dr_parent->dt.di.dr_mtx); in dbuf_undirty()
H A Ddnode.c1507 dr->dr_parent = new; in dnode_new_blkid()