Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h426 void dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode.c1602 dnode_rele_and_unlock(dn, tag, B_FALSE); in dnode_rele()
1606 dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting) in dnode_rele_and_unlock() function
H A Ddbuf.c2812 dnode_rele_and_unlock(dn, db, B_TRUE); in dbuf_destroy()