/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | lufs_map.c | 219 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() 758 logmap_list_get_roll(mt_map_t *logmap, offset_t mof, rollbuf_t *rbp) in logmap_list_get_roll() 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 [all …]
|
H A D | lufs_top.c | 56 offset_t mof, in top_delta() 82 top_cancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb, int flags) in top_cancel() 108 top_iscancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_iscancel() 638 offset_t mof = ldbtob(bp->b_blkno); in top_read_roll() local
|
H A D | lufs_debug.c | 96 top_mataadd(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_mataadd() 108 top_matadel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_matadel() 191 offset_t mof, in top_delta_debug() 521 matamap_overlap(mt_map_t *mtm, offset_t mof, off_t nb) in matamap_overlap() 554 matamap_within(mt_map_t *mtm, offset_t mof, off_t nb) in matamap_within()
|
H A D | lufs_thread.c | 131 offset_t mof; in log_roll_read() local
|
H A D | lufs.c | 1279 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 D | ufs_trans.c | 456 ufs_trans_mata_free(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb) in ufs_trans_mata_free()
|
H A D | lufs_log.c | 1109 offset_t mof, /* mof of buffer */ in ldl_read()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_trans.h | 236 #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 D | ufs_log.h | 353 #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
|
/titanic_41/usr/src/stand/lib/fs/ufs/ |
H A D | lufsboot.c | 161 #define LB_HASHFUNC(mof) (((mof) >> LB_HASHSHIFT) & (LB_HASHSIZE - 1)) argument
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_trans.h | 522 #define MAP_INDEX(dev, mof, mtm) \ argument 524 #define MAP_HASH(dev, mof, mtm) \ argument 620 #define DATAoverlapME(mof, hnb, me) (OVERLAP(mof, hnb, me->me_mof, me->me_nb)) argument 621 #define MEwithinDATA(me, mof, hnb) (WITHIN(me->me_mof, me->me_nb, mof, hnb)) argument 622 #define DATAwithinME(mof, hnb, me) (WITHIN(mof, hnb, me->me_mof, me->me_nb)) argument
|