Searched refs:matamap_overlap (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 605 extern int matamap_overlap(mt_map_t *, offset_t, off_t); 659 extern int matamap_overlap(mt_map_t *, offset_t, off_t);
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_debug.c | 113 ASSERT(!matamap_overlap(ul->un_deltamap, mof, nb)); in top_matadel() 521 matamap_overlap(mt_map_t *mtm, offset_t mof, off_t nb) in matamap_overlap() function
|
H A D | lufs.c | 1401 !(matamap_overlap(ul->un_matamap, mof, nb) && in lufs_write_strategy()
|