Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_create.c351 st->st_flags |= ST_ERROR; in stats_perror()
378 return (st->st_flags & ST_ERROR); in stats_inerror()
H A Dstats.h98 #define ST_ERROR 0x0004 /* an error has occured */ macro