Home
last modified time | relevance | path

Searched refs:CLUSTER_IO_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h312 #define CLUSTER_IO_BLOCK_SIZE 0x1000 macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c1065 return CLUSTER_IO_BLOCK_SIZE; in buf_lblksize()
1529 f_offset = bp->b_lblkno * CLUSTER_IO_BLOCK_SIZE; in buf_strategy()
H A Dvfs_cluster.c1968 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()