Searched refs:LOGFS_BLOCK_FACTOR (Results 1 – 5 of 5) sorted by relevance
78 #define LOGFS_BLOCK_FACTOR (LOGFS_BLOCKSIZE / sizeof(u64)) macro86 #define I1_BLOCKS LOGFS_BLOCK_FACTOR87 #define I2_BLOCKS (LOGFS_BLOCK_FACTOR * I1_BLOCKS)88 #define I3_BLOCKS (LOGFS_BLOCK_FACTOR * I2_BLOCKS)89 #define I4_BLOCKS (LOGFS_BLOCK_FACTOR * I3_BLOCKS)90 #define I5_BLOCKS (LOGFS_BLOCK_FACTOR * I4_BLOCKS)
473 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos); in inode_write_alias()514 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos); in indirect_write_alias()515 if (pos >= LOGFS_BLOCK_FACTOR) in indirect_write_alias()634 for (i = start; i < LOGFS_BLOCK_FACTOR; i++) { in initialize_block_counters()854 while (slot < LOGFS_BLOCK_FACTOR) { in seek_holedata_loop()863 if (slot >= LOGFS_BLOCK_FACTOR) { in seek_holedata_loop()1284 block->alias_map, LOGFS_BLOCK_FACTOR); in fill_shadow_tree()1367 full = logfs_block(page)->full == LOGFS_BLOCK_FACTOR; in logfs_write_i0()1410 full1 = block->full == LOGFS_BLOCK_FACTOR; in ptr_change()1780 for (e = LOGFS_BLOCK_FACTOR - 1; e >= 0; e--) { in __logfs_truncate_rec()
173 BUG_ON(bitmap_weight(block->alias_map, LOGFS_BLOCK_FACTOR)); in logfs_invalidatepage()
539 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos); in move_page_to_btree()540 if (pos >= LOGFS_BLOCK_FACTOR) in move_page_to_btree()
304 unsigned long alias_map[LOGFS_BLOCK_FACTOR / BITS_PER_LONG];