Searched refs:mapentry_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 305 typedef struct mapentry mapentry_t; typedef 310 mapentry_t *me_next; 311 mapentry_t *me_prev; 313 mapentry_t *me_hash; 314 mapentry_t *me_agenext; 315 mapentry_t *me_cancel; 362 mapentry_t *mtm_next; 363 mapentry_t *mtm_prev; 370 mapentry_t *mtm_cancel; /* to be canceled at commit */ 372 mapentry_t **mtm_hash; /* array of singly linked lists */ [all …]
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_map.c | 71 void handle_dquot(mapentry_t *); 113 mapentry_t *me; in map_free_entries() 115 while ((me = mtm->mtm_next) != (mapentry_t *)mtm) { in map_free_entries() 139 (size_t) (sizeof (mapentry_t *) * mtm->mtm_nhash)); in map_put() 170 mtm->mtm_next = (mapentry_t *)mtm; in map_get() 171 mtm->mtm_prev = (mapentry_t *)mtm; in map_get() 172 mtm->mtm_hash = kmem_zalloc((size_t) (sizeof (mapentry_t *) * nh), in map_get() 227 mapentry_t *me; in deltamap_add() 228 mapentry_t **mep; in deltamap_add() 306 bzero(me, sizeof (mapentry_t)); in deltamap_add() [all …]
|
H A D | lufs_debug.c | 265 logmap_logscan_debug(mt_map_t *mtm, mapentry_t *age) in logmap_logscan_debug() 267 mapentry_t *me; in logmap_logscan_debug() 333 map_check_ldl_write(ml_unit_t *ul, caddr_t va, offset_t vamof, mapentry_t *me) in map_check_ldl_write() 423 mapentry_t *me; in map_check_linkage() 448 for (me = mtm->mtm_next; me != (mapentry_t *)mtm; me = me->me_next) in map_check_linkage() 451 for (me = mtm->mtm_prev; me != (mapentry_t *)mtm; me = me->me_prev) in map_check_linkage() 480 me != (mapentry_t *)mtm; in map_check_linkage() 488 if (me->me_next != (mapentry_t *)mtm) in map_check_linkage() 523 mapentry_t *me; in matamap_overlap() 524 mapentry_t **mep; in matamap_overlap() [all …]
|
H A D | lufs_top.c | 455 mapentry_t *cancellist; in top_end_sync() 701 mapentry_t *me; in top_log()
|
H A D | lufs_log.c | 792 fetchzeroes(caddr_t dst_va, offset_t dst_mof, ulong_t dst_nb, mapentry_t *me) in fetchzeroes() 965 ldl_has_space(ml_unit_t *ul, mapentry_t *me) in ldl_has_space() 1111 mapentry_t *me) /* Map entry list */ in ldl_read()
|
H A D | lufs.c | 1281 mapentry_t *age; in lufs_read_strategy() 1356 mapentry_t *me; in lufs_write_strategy()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs_log.c | 36 mapentry_t me; 37 mapentry_t *start_addr; 38 mapentry_t *prev_addr; 58 uw->start_addr = (mapentry_t *)wsp->walk_addr; in ufslogmap_walk_init() 75 if (mdb_vread(&uw->me, sizeof (mapentry_t), walk_addr) == -1) { in ufslogmap_walk_step() 101 uw->prev_addr = (mapentry_t *)walk_addr; in ufslogmap_walk_step() 140 mapentry_t me; in mapentry_dcmd()
|