Lines Matching refs:mof
236 #define TRANS_DELTA(ufsvfsp, mof, nb, dtyp, func, arg) \ argument
238 top_delta(ufsvfsp, (offset_t)(mof), nb, dtyp, func, arg)
243 #define TRANS_CANCEL(ufsvfsp, mof, nb, flags) \ argument
245 top_cancel(ufsvfsp, (offset_t)(mof), nb, flags)
249 #define TRANS_LOG(ufsvfsp, va, mof, nb, buf, bufsz) \ argument
251 top_log(ufsvfsp, va, (offset_t)(mof), nb, buf, bufsz)
255 #define TRANS_ISCANCEL(ufsvfsp, mof, nb) \ argument
257 top_iscancel(ufsvfsp, (offset_t)(mof), nb) : 0)
377 #define TRANS_MATA_FREE(ufsvfsp, mof, nb) \ argument
379 ufs_trans_mata_free(ufsvfsp, (offset_t)(mof), nb)
397 #define TRANS_MATAADD(ufsvfsp, mof, nb) \ argument
398 top_mataadd(ufsvfsp, (offset_t)(mof), nb)
404 #define TRANS_MATA_FREE(ufsvfsp, mof, nb) argument
409 #define TRANS_MATAADD(ufsvfsp, mof, nb) argument
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);
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);