Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_create.c82 st->st_flags |= ST_VALID; in stats_create_unbound()
147 st->st_flags |= ST_VALID | ST_BOUND; in stats_create_mountpath()
329 if (! (st->st_flags & ST_VALID)) in stats_good()
H A Dstats.h96 #define ST_VALID 0x0001 /* initialized completely */ macro