Searched refs:dnp (Results 1 – 2 of 2) sorted by relevance
51 #define DN_BONUS(dnp) ((void*)((dnp)->dn_bonus + \ argument52 (((dnp)->dn_nblkptr - 1) * sizeof (blkptr_t))))
73 #define VERIFY_DN_TYPE(dnp, type) \ argument74 if (type && (dnp)->dn_type != type) { \
Completed in 3 milliseconds