Home
last modified time | relevance | path

Searched refs:mtm_cancel (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c1014 while ((me = mtm->mtm_cancel) != NULL) { in logmap_abort()
1015 mtm->mtm_cancel = me->me_cancel; in logmap_abort()
1148 me->me_cancel = mtm->mtm_cancel; in logmap_add()
1149 mtm->mtm_cancel = me; in logmap_add()
1296 me->me_cancel = mtm->mtm_cancel; in logmap_add_buf()
1297 mtm->mtm_cancel = me; in logmap_add_buf()
1697 me->me_cancel = mtm->mtm_cancel; in logmap_cancel_delta()
1698 mtm->mtm_cancel = me; in logmap_cancel_delta()
1752 me->me_cancel = mtm->mtm_cancel; in logmap_cancel()
1753 mtm->mtm_cancel = me; in logmap_cancel()
[all …]
H A Dlufs_top.c502 cancellist = mtm->mtm_cancel; in top_end_sync()
503 mtm->mtm_cancel = NULL; in top_end_sync()
H A Dlufs_debug.c461 for (me = mtm->mtm_cancel; me; me = me->me_cancel) { in map_check_linkage()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_log.h370 mapentry_t *mtm_cancel; /* to be canceled at commit */ member