Searched refs:matamap_within (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_debug.c | 202 matamap_within(ul->un_matamap, mof, nb)); in top_delta_debug() 219 if (!matamap_within(ul->un_deltamap, mof, nb)) in top_delta_debug() 223 if (!matamap_within(ul->un_deltamap, mof, nb)) in top_delta_debug() 553 matamap_within(mt_map_t *mtm, offset_t mof, off_t nb) in matamap_within() function
|
H A D | lufs_top.c | 741 matamap_within(ul->un_matamap, vamof, nb)); in top_log()
|
H A D | lufs.c | 1371 matamap_within(ul->un_matamap, mof, nb)); in lufs_write_strategy()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 606 extern int matamap_within(mt_map_t *, offset_t, off_t);
|