Home
last modified time | relevance | path

Searched refs:HAMMER_CLUSTER_SIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/hammer/
HDhammer_io.c389 HAMMER_CLUSTER_SIZE, in hammer_io_read()
390 HAMMER_CLUSTER_SIZE * hce, in hammer_io_read()
1590 HAMMER_CLUSTER_SIZE, in hammer_io_indirect_read()
1591 HAMMER_CLUSTER_SIZE * hce, in hammer_io_indirect_read()
HDhammer.h637 #define HAMMER_CLUSTER_SIZE (64 * 1024) macro
638 #if HAMMER_CLUSTER_SIZE > MAXBSIZE
639 #undef HAMMER_CLUSTER_SIZE
640 #define HAMMER_CLUSTER_SIZE MAXBSIZE macro