Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/chfs/
Dchfs_malloc.c59 (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()
Dchfs.h143 #define REFS_BLOCK_LEN (255/sizeof(struct chfs_node_ref)) macro