Home
last modified time | relevance | path

Searched refs:DT_CANCEL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c620 case DT_CANCEL: in lufs_logscan_skip()
702 case DT_CANCEL: in lufs_logscan_addmap()
765 d->d_typ != DT_CANCEL) { in lufs_logscan_addmap()
831 if (d->d_typ == DT_CANCEL) in lufs_logscan_addmap()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c263 ASSERT((dtyp == DT_CANCEL) || in deltamap_add()
284 ASSERT(dtyp != DT_CANCEL); in deltamap_add()
639 ASSERT(!(me->me_dt == DT_CANCEL)); in logmap_next_roll()
707 if (me->me_dt == DT_CANCEL) in logmap_list_get()
782 if (me->me_dt == DT_CANCEL) in logmap_list_get_roll()
1661 me->me_dt = DT_CANCEL; in logmap_cancel_delta()
1795 (me->me_dt != DT_CANCEL)) in logmap_iscancel()
1883 case DT_CANCEL: in logmap_logscan_add()
1898 if ((dp->d_typ == DT_CANCEL) || (dp->d_typ == DT_ABZERO)) in logmap_logscan_add()
H A Dlufs_debug.c217 case DT_CANCEL: in top_delta_debug()
483 if (me->me_lof == 0 && me->me_dt == DT_CANCEL) in map_check_linkage()
H A Dlufs_log.c980 if (me->me_dt != DT_CANCEL) in ldl_has_space()
1026 case DT_CANCEL: in ldl_write()
1124 ASSERT(me->me_dt != DT_CANCEL); in ldl_read()
H A Dlufs_top.c93 top_delta_debug(ul, mof, nb, DT_CANCEL))); in top_cancel()
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs_log.c126 case DT_CANCEL: return ("cancel"); in delta2str()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h55 DT_CANCEL, /* 11 cancel record */ enumerator
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5277 case DT_CANCEL: in log_show()