Searched refs:d_typ (Results 1 - 7 of 7) sorted by relevance

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

Completed in 67 milliseconds