NODE_SIZE 29 drivers/md/dm-table.c #define KEYS_PER_NODE (NODE_SIZE / sizeof(sector_t)) NODE_SIZE 1155 drivers/md/dm-table.c indexes = (sector_t *) dm_vcalloc(total, (unsigned long) NODE_SIZE); NODE_SIZE 90 fs/xfs/libxfs/xfs_iext_tree.c KEYS_PER_NODE = NODE_SIZE / (sizeof(uint64_t) + sizeof(void *)), NODE_SIZE 91 fs/xfs/libxfs/xfs_iext_tree.c RECS_PER_LEAF = (NODE_SIZE - (2 * sizeof(struct xfs_iext_leaf *))) / NODE_SIZE 401 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_node *node = kmem_zalloc(NODE_SIZE, KM_NOFS); NODE_SIZE 457 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_node *new = kmem_zalloc(NODE_SIZE, KM_NOFS); NODE_SIZE 545 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_leaf *new = kmem_zalloc(NODE_SIZE, KM_NOFS); NODE_SIZE 604 fs/xfs/libxfs/xfs_iext_tree.c new_size = NODE_SIZE;