Searched refs:OVERLAP (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | flock_impl.h | 241 #define OVERLAP(lock1, lock2) \ macro 299 OVERLAP((lock1), (lock2)))
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 456 #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 D | md_trans.h | 614 #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 D | lufsboot.c | 1031 if (OVERLAP(l->l_mof, l->l_nb, bof, nb)) { in lufs_merge_deltas()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 1454 if (OVERLAP(*lofp, nb, ul->un_tail_lof, in ldl_logscan_read()
|