Lines Matching refs:nb
59 off_t nb, in top_delta() argument
68 ASSERT(nb); in top_delta()
70 top_delta_debug(ul, mof, nb, dtyp)); in top_delta()
72 deltamap_add(ul->un_deltamap, mof, nb, dtyp, func, arg, tp); in top_delta()
84 top_cancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb, int flags) in top_cancel() argument
90 ASSERT(nb); in top_cancel()
93 top_delta_debug(ul, mof, nb, DT_CANCEL))); in top_cancel()
96 deltamap_del(ul->un_deltamap, mof, nb); in top_cancel()
98 logmap_cancel(ul, mof, nb, metadata); in top_cancel()
110 top_iscancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_iscancel() argument
115 ASSERT(nb); in top_iscancel()
116 if (logmap_iscancel(ul->un_logmap, mof, nb)) in top_iscancel()
697 top_log(ufsvfs_t *ufsvfsp, char *va, offset_t vamof, off_t nb, in top_log() argument
716 for (hmof = vamof - (va - buf), nb1 = nb; bufsz; in top_log()
731 me = deltamap_remove(ul->un_deltamap, vamof, nb); in top_log()
741 matamap_within(ul->un_matamap, vamof, nb)); in top_log()