Searched refs:CLUSTER_IO_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
312 #define CLUSTER_IO_BLOCK_SIZE 0x1000 macro
1065 return CLUSTER_IO_BLOCK_SIZE; in buf_lblksize()1529 f_offset = bp->b_lblkno * CLUSTER_IO_BLOCK_SIZE; in buf_strategy()
1968 lblkno = (daddr64_t)(f_offset / CLUSTER_IO_BLOCK_SIZE); in cluster_io()2179 for (i = 0; i < (PAGE_SIZE * pg_count) / CLUSTER_IO_BLOCK_SIZE; i++) { in cluster_io()