Searched defs:mtm (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c156 mt_map_t *mtm = ul->un_logmap; local
167 mutex_enter(&mtm->mtm_lock);
168 mtm->mtm_taskq_sync_count--;
169 if (mtm->mtm_taskq_sync_count == 0) {
170 cv_signal(&mtm->mtm_cv);
172 mutex_exit(&mtm->mtm_lock);
193 mt_map_t *mtm = ul->un_logmap; local
201 mutex_enter(&mtm->mtm_lock);
208 * (last_async_tid == mtm->mtm_tid)
210 * (last_async_tid == mtm
355 mt_map_t *mtm = ul->un_logmap; local
454 mt_map_t *mtm = ul->un_logmap; local
587 mt_map_t *mtm = ul->un_logmap; local
[all...]
H A Dlufs_debug.c154 top_end_debug(ml_unit_t *ul, mt_map_t *mtm, top_t topid, ulong_t size) argument
167 mtm->mtm_tops->mtm_top_num[topid]++;
168 mtm->mtm_tops->mtm_top_size_etot[topid] += tp->esize;
169 mtm->mtm_tops->mtm_top_size_rtot[topid] += tp->rsize;
171 if (tp->rsize > mtm->mtm_tops->mtm_top_size_max[topid])
172 mtm->mtm_tops->mtm_top_size_max[topid] = tp->rsize;
173 if (mtm->mtm_tops->mtm_top_size_min[topid] == 0)
174 mtm->mtm_tops->mtm_top_size_min[topid] =
177 if (tp->rsize < mtm->mtm_tops->mtm_top_size_min[topid])
178 mtm
266 logmap_logscan_debug(mt_map_t *mtm, mapentry_t *age) argument
300 logmap_logscan_commit_debug(off_t lof, mt_map_t *mtm) argument
323 logmap_logscan_add_debug(struct delta *dp, mt_map_t *mtm) argument
358 map_put_debug(mt_map_t *mtm) argument
386 map_get_debug(ml_unit_t *ul, mt_map_t *mtm) argument
417 map_check_linkage(mt_map_t *mtm) argument
521 matamap_overlap(mt_map_t *mtm, offset_t mof, off_t nb) argument
554 matamap_within(mt_map_t *mtm, offset_t mof, off_t nb) argument
586 mt_map_t *mtm = ul->un_logmap; local
[all...]
H A Dufs_lockfs.c410 mt_map_t *mtm = ul->un_deltamap; local
413 ASSERT(mtm->mtm_nme == 0);
H A Dlufs.c213 mt_map_t *mtm; local
219 mtm = ul->un_logmap;
226 mutex_enter(&mtm->mtm_lock);
228 while (mtm->mtm_taskq_sync_count != 0) {
229 cv_wait(&mtm->mtm_cv, &mtm->mtm_lock);
232 mutex_exit(&mtm->mtm_lock);
398 * Aquire the ufs_scan_lock before linking the mtm data
421 * the mtm data structure so that we keep ufs_sync()
933 * Aquire the ufs_scan_lock before de-linking the mtm dat
[all...]
H A Dlufs_map.c110 map_free_entries(mt_map_t *mtm) argument
115 while ((me = mtm->mtm_next) != (mapentry_t *)mtm) {
121 for (i = 0; i < mtm->mtm_nhash; i++)
122 mtm->mtm_hash[i] = NULL;
123 mtm->mtm_nme = 0;
124 mtm->mtm_nmet = 0;
131 map_put(mt_map_t *mtm) argument
136 map_free_entries(mtm);
137 ASSERT(map_put_debug(mtm));
159 mt_map_t *mtm; local
208 deltamap_need_commit(mt_map_t *mtm) argument
217 deltamap_add( mt_map_t *mtm, offset_t mof, off_t nb, delta_t dtyp, int (*func)(), ulong_t arg, threadtrans_t *tp) argument
337 deltamap_remove(mt_map_t *mtm, offset_t mof, off_t nb) argument
385 deltamap_del(mt_map_t *mtm, offset_t mof, off_t nb) argument
413 mt_map_t *mtm = ul->un_deltamap; local
442 logmap_need_commit(mt_map_t *mtm) argument
449 logmap_need_roll_async(mt_map_t *mtm) argument
455 logmap_need_roll_sync(mt_map_t *mtm) argument
480 mt_map_t *mtm = ul->un_logmap; local
517 logmap_forceroll(mt_map_t *mtm) argument
539 logmap_remove_roll(mt_map_t *mtm, offset_t mof, off_t nb) argument
674 logmap_list_get( mt_map_t *mtm, offset_t mof, off_t nb, mapentry_t **age) argument
838 logmap_list_put_roll(mt_map_t *mtm, mapentry_t *age) argument
852 logmap_list_put(mt_map_t *mtm, mapentry_t *age) argument
1000 struct mt_map *mtm = ul->un_logmap; /* Log map */ local
1061 logmap_wait_space(mt_map_t *mtm, ml_unit_t *ul, mapentry_t *me) argument
1094 mt_map_t *mtm = ul->un_logmap; local
1221 mt_map_t *mtm = ul->un_logmap; local
1405 logmap_free_cancel(mt_map_t *mtm, mapentry_t **cancelhead) argument
1492 mt_map_t *mtm = ul->un_logmap; local
1528 logmap_sethead(mt_map_t *mtm, ml_unit_t *ul) argument
1561 logmap_settail(mt_map_t *mtm, ml_unit_t *ul) argument
1592 mt_map_t *mtm = ul->un_logmap; local
1641 mt_map_t *mtm = ul->un_logmap; local
1726 mt_map_t *mtm = ul->un_logmap; local
1778 logmap_iscancel(mt_map_t *mtm, offset_t mof, off_t nb) argument
1818 mt_map_t *mtm = ul->un_logmap; local
[all...]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c306 static int mtm; variable
710 mtm = 0;
841 mtm = 0;
915 mtm = 0;
920 mtm = 0;
925 mtm++;
935 mtm = 0;
942 mtm = 0;

Completed in 75 milliseconds