Searched refs:st_loghead (Results 1 – 3 of 3) sorted by relevance
318 overhead += st->st_loghead.lh_maxbsize; in stats_dbm_attrcache_addsize()341 size += st->st_loghead.lh_maxbsize - 1; in stats_dbm_attrcache_addsize()342 size &= ~ (st->st_loghead.lh_maxbsize - 1); in stats_dbm_attrcache_addsize()
255 if (! stats_xdr_loghead(&st->st_logxdr, &st->st_loghead)) { in stats_log_logfile_open()261 if (st->st_loghead.lh_magic != CACHEFS_LOG_MAGIC) { in stats_log_logfile_open()267 if (st->st_loghead.lh_revision > CACHEFS_LOG_FILE_REV) { in stats_log_logfile_open()1298 *lenp = (u_offset_t)sc->st_loghead.lh_maxbsize; in stats_log_get_record_info()1437 *lenp = (u_offset_t)sc->st_loghead.lh_pagesize; in stats_log_get_record_info()1448 *lenp = (u_offset_t)sc->st_loghead.lh_maxbsize; in stats_log_get_record_info()1527 tmp = (u_offset_t)(st->st_loghead.lh_maxbsize - 1); in stats_log_fi_add()1531 jend += (u_offset_t)(st->st_loghead.lh_maxbsize - 1); in stats_log_fi_add()1644 return (&st->st_loghead); in stats_log_getheader()1665 struct cachefs_log_logfile_header *lh = &st->st_loghead; in stats_log_compute_wssize()[all …]
62 struct cachefs_log_logfile_header st_loghead; member