Searched defs:cluster_info (Results 1 – 2 of 2) sorted by relevance
222 struct cluster_info { struct223 daddr_t ci_lastr; /* last read (read-ahead) */224 daddr_t ci_lastw; /* last write (write cluster) */225 daddr_t ci_cstart; /* start block of cluster */226 daddr_t ci_lasta; /* last allocation */227 int ci_clen; /* length of current cluster */228 int ci_ralen; /* Read-ahead length */229 daddr_t ci_maxra; /* last readahead block */
38 std::pair<bool, SmallVector<BBClusterInfo>> cluster_info(false, {}); in getBBClusterInfoForFunction() local