Home
last modified time | relevance | path

Searched refs:LOGFS_BLOCK_FACTOR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/logfs/
Dlogfs_abi.h78 #define LOGFS_BLOCK_FACTOR (LOGFS_BLOCKSIZE / sizeof(u64)) macro
86 #define I1_BLOCKS LOGFS_BLOCK_FACTOR
87 #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)
Dreadwrite.c473 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()
Dfile.c173 BUG_ON(bitmap_weight(block->alias_map, LOGFS_BLOCK_FACTOR)); in logfs_invalidatepage()
Dsegment.c539 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()
Dlogfs.h304 unsigned long alias_map[LOGFS_BLOCK_FACTOR / BITS_PER_LONG];