HomeSort by: relevance | last modified time | path
    Searched refs:REFS_BLOCK_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_malloc.c 59 (REFS_BLOCK_LEN + 1) * sizeof(struct chfs_node_ref), 0, 0,
181 * We are not allocating just one node ref, instead we allocating REFS_BLOCK_LEN
194 for (i = 0; i < REFS_BLOCK_LEN; i++) {
198 i = REFS_BLOCK_LEN;
chfs.h 143 #define REFS_BLOCK_LEN (255/sizeof(struct chfs_node_ref))

Completed in 143 milliseconds