Searched refs:NODE_SIZE (Results 1 – 2 of 2) sorted by relevance
89 NODE_SIZE = 256, enumerator90 KEYS_PER_NODE = NODE_SIZE / (sizeof(uint64_t) + sizeof(void *)),91 RECS_PER_LEAF = (NODE_SIZE - (2 * sizeof(struct xfs_iext_leaf *))) /408 struct xfs_iext_node *node = xfs_iext_alloc_node(NODE_SIZE); in xfs_iext_grow()464 struct xfs_iext_node *new = xfs_iext_alloc_node(NODE_SIZE); in xfs_iext_split_node()552 struct xfs_iext_leaf *new = xfs_iext_alloc_node(NODE_SIZE); in xfs_iext_split_leaf()611 new_size = NODE_SIZE; in xfs_iext_realloc_root()
30 #define NODE_SIZE L1_CACHE_BYTES macro31 #define KEYS_PER_NODE (NODE_SIZE / sizeof(sector_t))1119 indexes = kvcalloc(total, NODE_SIZE, GFP_KERNEL); in setup_indexes()
Completed in 10 milliseconds