Home
last modified time | relevance | path

Searched refs:blk_end (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mm/
Dcache-l2x0.c295 unsigned long blk_end = start + min(end - start, 4096UL); in l2c220_op_pa_range() local
297 while (start < blk_end) { in l2c220_op_pa_range()
303 if (blk_end < end) { in l2c220_op_pa_range()
512 unsigned long blk_end = start + min(end - start, 4096UL); in l2c310_flush_range_erratum() local
515 while (start < blk_end) { in l2c310_flush_range_erratum()
522 if (blk_end < end) { in l2c310_flush_range_erratum()
/linux-4.4.14/drivers/iommu/
Dio-pgtable-arm.c446 unsigned long blk_start, blk_end; in arm_lpae_split_blk_unmap() local
452 blk_end = blk_start + blk_size; in arm_lpae_split_blk_unmap()
455 for (; blk_start < blk_end; blk_start += size, blk_paddr += size) { in arm_lpae_split_blk_unmap()
/linux-4.4.14/fs/f2fs/
Dfile.c815 loff_t blk_start, blk_end; in punch_hole() local
821 blk_end = (loff_t)pg_end << PAGE_CACHE_SHIFT; in punch_hole()
823 blk_end - 1); in punch_hole()
/linux-4.4.14/fs/ocfs2/
Dalloc.c805 u64 blk_end = le64_to_cpu(ext->e_blkno); in ocfs2_block_extent_contig() local
807 blk_end += ocfs2_clusters_to_blocks(sb, in ocfs2_block_extent_contig()
810 return blkno == blk_end; in ocfs2_block_extent_contig()