Home
last modified time | relevance | path

Searched refs:SDEV_NO_NCACHE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h197 #define SDEV_NO_NCACHE 0x0008 /* do not include in neg. cache */ macro
224 (dv->sdev_flags & SDEV_NO_NCACHE)
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c530 { "zcons", NULL, NULL, NULL, NULL, SDEV_NO_NCACHE },
536 devipnet_validate, SDEV_DYNAMIC | SDEV_VTOR | SDEV_NO_NCACHE },
658 if (vtab[i].vt_flags & SDEV_NO_NCACHE) in sdev_set_no_negcache()
659 dv->sdev_flags |= SDEV_NO_NCACHE; in sdev_set_no_negcache()