Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_create.c145 st->st_fsid = k[i].ks_id; in stats_create_mountpath()
182 if (st->st_fsid == k[i].ks_id) in stats_next()
187 st->st_fsid = k[i].ks_id; in stats_next()
191 st->st_fsid = k[0].ks_id; in stats_next()
256 k = key + st->st_fsid - 1; in stats_getkey()
288 assert(rc->ks_id == st->st_fsid); in stats_getkey()
H A Dstats_stats.c52 "cachefs", st->st_fsid, "stats")) == NULL) || in stats_read_stat()
56 st->st_fsid); in stats_read_stat()
H A Dstats.h58 int st_fsid; /* id # for kstat `cachefs.#.stat' */ member
H A Dstats_log.c206 "cachefs", st->st_fsid, "log")) == NULL) { in stats_log_kstat_read()