Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs_log.c115 case DT_NONE: return ("none"); in delta2str()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h44 DT_NONE, /* 0 no assigned type */ enumerator
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c597 (int)d->d_typ < DT_NONE || d->d_typ > DT_MAX || in lufs_logscan_read()
/illumos-gate/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()