Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Dcache-l2x0.c302 unsigned long blk_end = start + min(end - start, 4096UL); in l2c220_op_pa_range() local
304 while (start < blk_end) { in l2c220_op_pa_range()
310 if (blk_end < end) { in l2c220_op_pa_range()
519 unsigned long blk_end = start + min(end - start, 4096UL); in l2c310_flush_range_erratum() local
522 while (start < blk_end) { in l2c310_flush_range_erratum()
529 if (blk_end < end) { in l2c310_flush_range_erratum()
/Linux-v4.19/fs/f2fs/
Dfile.c957 loff_t blk_start, blk_end; in punch_hole() local
963 blk_end = (loff_t)pg_end << PAGE_SHIFT; in punch_hole()
969 blk_end - 1); in punch_hole()
2186 block_t blk_end = 0; in f2fs_defragment_range() local
2235 if (blk_end && blk_end != map.m_pblk) in f2fs_defragment_range()
2241 blk_end = map.m_pblk + map.m_len; in f2fs_defragment_range()
/Linux-v4.19/fs/ocfs2/
Dalloc.c814 u64 blk_end = le64_to_cpu(ext->e_blkno); in ocfs2_block_extent_contig() local
816 blk_end += ocfs2_clusters_to_blocks(sb, in ocfs2_block_extent_contig()
819 return blkno == blk_end; in ocfs2_block_extent_contig()