Home
last modified time | relevance | path

Searched refs:OVERLAP (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dflock_impl.h241 #define OVERLAP(lock1, lock2) \ macro
299 OVERLAP((lock1), (lock2)))
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h456 #define OVERLAP(sof, snb, dof, dnb) \ macro
462 (OVERLAP((mof), (hnb), (me)->me_mof, (me)->me_nb))
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h614 #define OVERLAP(sof, snb, dof, dnb) \ macro
620 #define DATAoverlapME(mof, hnb, me) (OVERLAP(mof, hnb, me->me_mof, me->me_nb))
/titanic_41/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c1031 if (OVERLAP(l->l_mof, l->l_nb, bof, nb)) { in lufs_merge_deltas()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1454 if (OVERLAP(*lofp, nb, ul->un_tail_lof, in ldl_logscan_read()