Home
last modified time | relevance | path

Searched defs:mof (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c219 offset_t mof, in deltamap_add()
337 deltamap_remove(mt_map_t *mtm, offset_t mof, off_t nb) in deltamap_remove()
385 deltamap_del(mt_map_t *mtm, offset_t mof, off_t nb) in deltamap_del()
411 offset_t mof; in deltamap_push() local
539 logmap_remove_roll(mt_map_t *mtm, offset_t mof, off_t nb) in logmap_remove_roll()
676 offset_t mof, in logmap_list_get()
880 offset_t mof; in logmap_setup_read() local
1088 offset_t mof; in logmap_add() local
1214 offset_t mof; in logmap_add_buf() local
1721 logmap_cancel(ml_unit_t *ul, offset_t mof, off_t nb, int metadata) in logmap_cancel()
[all …]
H A Dlufs_top.c58 offset_t mof, in top_delta()
84 top_cancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb, int flags) in top_cancel()
110 top_iscancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_iscancel()
646 offset_t mof = ldbtob(bp->b_blkno); in top_read_roll() local
H A Dlufs_debug.c95 top_mataadd(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_mataadd()
107 top_matadel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_matadel()
190 offset_t mof, in top_delta_debug()
520 matamap_overlap(mt_map_t *mtm, offset_t mof, off_t nb) in matamap_overlap()
553 matamap_within(mt_map_t *mtm, offset_t mof, off_t nb) in matamap_within()
H A Dlufs_thread.c130 offset_t mof; in log_roll_read() local
H A Dlufs.c1279 offset_t mof = ldbtob(bp->b_blkno); in lufs_read_strategy() local
1353 offset_t mof = ldbtob(bp->b_blkno); in lufs_write_strategy() local
H A Dufs_trans.c456 ufs_trans_mata_free(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb) in ufs_trans_mata_free()
H A Dlufs_log.c1109 offset_t mof, /* mof of buffer */ in ldl_read()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h236 #define TRANS_DELTA(ufsvfsp, mof, nb, dtyp, func, arg) \ argument
243 #define TRANS_CANCEL(ufsvfsp, mof, nb, flags) \ argument
249 #define TRANS_LOG(ufsvfsp, va, mof, nb, buf, bufsz) \ argument
255 #define TRANS_ISCANCEL(ufsvfsp, mof, nb) \ argument
377 #define TRANS_MATA_FREE(ufsvfsp, mof, nb) \ argument
397 #define TRANS_MATAADD(ufsvfsp, mof, nb) \ argument
404 #define TRANS_MATA_FREE(ufsvfsp, mof, nb) argument
409 #define TRANS_MATAADD(ufsvfsp, mof, nb) argument
H A Dufs_log.h353 #define MAP_INDEX(mof, mtm) \ argument
355 #define MAP_HASH(mof, mtm) \ argument
461 #define DATAoverlapME(mof, hnb, me) \ argument
463 #define MEwithinDATA(me, mof, hnb) \ argument
465 #define DATAwithinME(mof, hnb, me) \ argument
467 #define DATAwithinCRB(mof, nb, crb) \ argument
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c159 #define LB_HASHFUNC(mof) (((mof) >> LB_HASHSHIFT) & (LB_HASHSIZE - 1)) argument