Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h119 struct dbuf_dirty_record *dr_parent; member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddbuf.c1412 dr->dr_parent = di; in dbuf_dirty()
1487 if (dr->dr_parent) { in dbuf_undirty()
1488 mutex_enter(&dr->dr_parent->dt.di.dr_mtx); in dbuf_undirty()
1489 list_remove(&dr->dr_parent->dt.di.dr_children, dr); in dbuf_undirty()
1490 mutex_exit(&dr->dr_parent->dt.di.dr_mtx); in dbuf_undirty()
H A Ddnode.c1506 dr->dr_parent = new; in dnode_new_blkid()