Searched refs:REFS_BLOCK_LEN (Results 1 – 2 of 2) sorted by relevance
59 (REFS_BLOCK_LEN + 1) * sizeof(struct chfs_node_ref), 0, 0, in chfs_alloc_pool_caches()194 for (i = 0; i < REFS_BLOCK_LEN; i++) { in chfs_alloc_refblock()198 i = REFS_BLOCK_LEN; in chfs_alloc_refblock()
143 #define REFS_BLOCK_LEN (255/sizeof(struct chfs_node_ref)) macro