Searched refs:WITHIN (Results 1 - 5 of 5) 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/stand/lib/fs/ufs/
H A Dlufsboot.c764 if (WITHIN(l->l_mof, l->l_nb, d->d_mof, d->d_nb)) {
784 } else if (WITHIN(d->d_mof, d->d_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))
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1449 if (!WITHIN(*lofp, nb, ul->un_head_lof,
H A Dlufs_map.c1309 WITHIN(mof, nb, crb->c_mof, crb->c_nb)) {

Completed in 75 milliseconds