Lines Matching refs:I0_BLOCKS
29 return max_t(u64, bix, I0_BLOCKS); in adjust_bix()
630 start = I0_BLOCKS; in initialize_block_counters()
631 block->full = I0_BLOCKS; in initialize_block_counters()
772 if (index < I0_BLOCKS) in logfs_read_block()
814 if (bix < I0_BLOCKS) in logfs_exist_block()
823 for (; bix < I0_BLOCKS; bix++) in seek_holedata_direct()
826 return I0_BLOCKS; in seek_holedata_direct()
891 if (bix < I0_BLOCKS) { in logfs_seek_hole()
893 if (bix < I0_BLOCKS) in logfs_seek_hole()
920 if (bix < I0_BLOCKS) { in __logfs_seek_data()
922 if (bix < I0_BLOCKS) in __logfs_seek_data()
1014 if (bix < I0_BLOCKS) in __logfs_is_valid_block()
1521 page = logfs_get_write_page(inode, I0_BLOCKS + 1, in grow_inode()
1555 if (index < I0_BLOCKS) in __logfs_write_buf()
1583 if (page->index < I0_BLOCKS) in __logfs_delete()
1702 for (e = I0_BLOCKS - 1; e >= 0; e--) { in logfs_truncate_direct()
1737 I0_BLOCKS,