Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c219 offset_t mof, in deltamap_add() argument
337 deltamap_remove(mt_map_t * mtm,offset_t mof,off_t nb) deltamap_remove() argument
385 deltamap_del(mt_map_t * mtm,offset_t mof,off_t nb) deltamap_del() argument
411 offset_t mof; deltamap_push() local
539 logmap_remove_roll(mt_map_t * mtm,offset_t mof,off_t nb) logmap_remove_roll() argument
676 logmap_list_get(mt_map_t * mtm,offset_t mof,off_t nb,mapentry_t ** age) logmap_list_get() argument
758 logmap_list_get_roll(mt_map_t * logmap,offset_t mof,rollbuf_t * rbp) logmap_list_get_roll() argument
880 offset_t mof; logmap_setup_read() local
1088 offset_t mof; logmap_add() local
1214 offset_t mof; logmap_add_buf() local
1637 logmap_cancel_delta(ml_unit_t * ul,offset_t mof,int32_t nb,int metadata) logmap_cancel_delta() argument
1721 logmap_cancel(ml_unit_t * ul,offset_t mof,off_t nb,int metadata) logmap_cancel() argument
1778 logmap_iscancel(mt_map_t * mtm,offset_t mof,off_t nb) logmap_iscancel() argument
[all...]
H A Dlufs_top.c56 offset_t mof, in top_delta() argument
82 top_cancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb, int flags) in top_cancel() argument
108 top_iscancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_iscancel() argument
638 offset_t mof in top_read_roll() local
[all...]
H A Dlufs_debug.c96 top_mataadd(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_mataadd() argument
108 top_matadel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_matadel() argument
191 offset_t mof, in top_delta_debug() argument
521 matamap_overlap(mt_map_t * mtm,offset_t mof,off_t nb) matamap_overlap() argument
554 matamap_within(mt_map_t * mtm,offset_t mof,off_t nb) matamap_within() argument
[all...]
H A Dlufs_thread.c131 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() argument
H A Dlufs_log.c1109 offset_t mof, /* mof of buffer */ in ldl_read() argument
/titanic_51/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 TRANS_MATAADD(ufsvfsp,mof,nb) global() argument
404 TRANS_MATA_FREE(ufsvfsp,mof,nb) global() argument
409 TRANS_MATAADD(ufsvfsp,mof,nb) global() argument
[all...]
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 DATAwithinCRB(mof,nb,crb) global() argument
[all...]
/titanic_51/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c161 #define LB_HASHFUNC(mof) (((mof) >> LB_HASHSHIFT) & (LB_HASHSIZE - 1)) argument