Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_iext_tree.c89 NODE_SIZE = 256, enumerator
90 KEYS_PER_NODE = NODE_SIZE / (sizeof(uint64_t) + sizeof(void *)),
91 RECS_PER_LEAF = (NODE_SIZE - (2 * sizeof(struct xfs_iext_leaf *))) /
401 struct xfs_iext_node *node = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_grow()
457 struct xfs_iext_node *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_node()
545 struct xfs_iext_leaf *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_leaf()
604 new_size = NODE_SIZE; in xfs_iext_realloc_root()
/linux-5.19.10/drivers/md/
Ddm-table.c28 #define NODE_SIZE L1_CACHE_BYTES macro
29 #define KEYS_PER_NODE (NODE_SIZE / sizeof(sector_t))
1053 indexes = kvcalloc(total, NODE_SIZE, GFP_KERNEL); in setup_indexes()