Home
last modified time | relevance | path

Searched refs:lh_maxbsize (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c318 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()
H A Dstats_log.c298 (! xdr_u_int(xdrs, &lh->lh_maxbsize)) || in stats_xdr_loghead()
1298 *lenp = (u_offset_t)sc->st_loghead.lh_maxbsize; 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()
1795 mip->mi_current += (u_offset_t)lh->lh_maxbsize; in stats_log_compute_wssize()
1797 (u_offset_t)lh->lh_maxbsize; in stats_log_compute_wssize()
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefswssize/
H A Dcachefswssize.c168 lh->lh_maxbsize / (u_offset_t) 1024)); in main()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h127 uint_t lh_maxbsize; member
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c497 header.lh_maxbsize = MAXBSIZE; in cachefs_log_write_header()
696 (! xdr_u_int(xdrs, &h->lh_maxbsize)) || in cachefs_xdr_logfile_header()