Searched defs:WITHIN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h459 #define WITHIN(sof, snb, dof, dnb) \ macro
464 (WITHIN((me)->me_mof, (me)->me_nb, (mof), (hnb)))
466 (WITHIN((mof), (hnb), (me)->me_mof, (me)->me_nb))
468 (WITHIN((mof), (nb), (crb)->c_mof, (crb)->c_nb))
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h618 #define WITHIN(sof, snb, dof, dnb) ((sof >= dof) && ((sof+snb) <= (dof+dnb))) macro
621 #define MEwithinDATA(me, mof, hnb) (WITHIN(me->me_mof, me->me_nb, mof, hnb))
622 #define DATAwithinME(mof, hnb, me) (WITHIN(mof, hnb, me->me_mof, me->me_nb))

Completed in 63 milliseconds