Home
last modified time | relevance | path

Searched defs:cluster_info (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/sys/
Dbuf.h200 struct cluster_info { struct
201 daddr_t ci_lastr; /* last read (read-ahead) */
202 daddr_t ci_lastw; /* last write (write cluster) */
203 daddr_t ci_cstart; /* start block of cluster */
204 daddr_t ci_lasta; /* last allocation */
205 int ci_clen; /* length of current cluster */
206 int ci_ralen; /* Read-ahead length */
207 daddr_t ci_maxra; /* last readahead block */