Lines Matching refs:nb
236 #define TRANS_DELTA(ufsvfsp, mof, nb, dtyp, func, arg) \
238 top_delta(ufsvfsp, (offset_t)(mof), nb, dtyp, func, arg)
243 #define TRANS_CANCEL(ufsvfsp, mof, nb, flags) \
245 top_cancel(ufsvfsp, (offset_t)(mof), nb, flags)
249 #define TRANS_LOG(ufsvfsp, va, mof, nb, buf, bufsz) \
251 top_log(ufsvfsp, va, (offset_t)(mof), nb, buf, bufsz)
255 #define TRANS_ISCANCEL(ufsvfsp, mof, nb) \
257 top_iscancel(ufsvfsp, (offset_t)(mof), nb) : 0)
274 #define TRANS_BUF(ufsvfsp, vof, nb, bp, type) \
276 ldbtob(bp->b_blkno) + (offset_t)(vof), nb, type, \
292 #define TRANS_INODE_DELTA(ufsvfsp, vof, nb, ip) \
294 nb, DT_INODE, ufs_trans_push_inode, ip->i_number)
377 #define TRANS_MATA_FREE(ufsvfsp, mof, nb) \
379 ufs_trans_mata_free(ufsvfsp, (offset_t)(mof), nb)
397 #define TRANS_MATAADD(ufsvfsp, mof, nb) \
398 top_mataadd(ufsvfsp, (offset_t)(mof), nb)
404 #define TRANS_MATA_FREE(ufsvfsp, mof, nb)
409 #define TRANS_MATAADD(ufsvfsp, mof, nb)
521 void top_delta(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb, delta_t dtyp,
523 void top_cancel(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb, int flags);
524 int top_iscancel(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb);
534 void top_log(struct ufsvfs *ufsvfsp, char *va, offset_t vamof, off_t nb,
536 void top_mataadd(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb);
537 void top_matadel(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb);