Home
last modified time | relevance | path

Searched refs:d_typ (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c599 d->d_typ < DT_NONE || d->d_typ > DT_MAX || in lufs_logscan_read()
609 switch (d->d_typ) { in lufs_logscan_skip()
686 switch (d->d_typ) { in lufs_logscan_addmap()
767 d->d_typ != DT_CANCEL) { in lufs_logscan_addmap()
772 l->l_typ = d->d_typ; in lufs_logscan_addmap()
812 newl->l_typ = d->d_typ; in lufs_logscan_addmap()
833 if (d->d_typ == DT_CANCEL) in lufs_logscan_addmap()
849 l->l_typ = d->d_typ; in lufs_logscan_addmap()
/titanic_50/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs_log.c160 if (me.me_delta.d_typ >= DT_MAX) { in mapentry_dcmd()
167 delta2str(me.me_delta.d_typ), in mapentry_dcmd()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c1825 if ((dp->d_typ <= DT_NONE) || (dp->d_typ >= DT_MAX)) in logmap_logscan_add()
1827 if (dp->d_typ == DT_COMMIT) { in logmap_logscan_add()
1849 if (dp->d_typ == DT_COMMIT) { in logmap_logscan_add()
1878 me->me_dt = dp->d_typ; in logmap_logscan_add()
1882 switch (dp->d_typ) { in logmap_logscan_add()
1898 if ((dp->d_typ == DT_CANCEL) || (dp->d_typ == DT_ABZERO)) in logmap_logscan_add()
H A Dlufs_debug.c325 if ((dp->d_typ == DT_AB) || (dp->d_typ == DT_INODE)) in logmap_logscan_add_debug()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_log.h300 delta_t d_typ; /* Type of delta. Defined in ufs_trans.h */ member
328 #define me_dt me_delta.d_typ
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5284 dt_str[d.d_typ >= DT_MAX ? DT_MAX : d.d_typ]); in log_show()
5286 switch (d.d_typ) { in log_show()