| /linux/arch/nios2/kernel/ |
| H A D | setup.c | 147 phys_addr_t block_start, block_end; in adjust_lowmem_bounds() local 151 for_each_mem_range(i, &block_start, &block_end) { in adjust_lowmem_bounds() 152 if (block_end > memblock_limit) in adjust_lowmem_bounds() 153 memblock_limit = block_end; in adjust_lowmem_bounds()
|
| /linux/fs/isofs/ |
| H A D | compress.c | 41 loff_t block_end, int pcount, in zisofs_uncompress_block() argument 49 int i, block_size = block_end - block_start; in zisofs_uncompress_block() 210 loff_t block_start, block_end; in zisofs_fill_pages() local 260 block_end = le32_to_cpu(*(__le32 *) in zisofs_fill_pages() 262 if (block_start > block_end) { in zisofs_fill_pages() 267 ret = zisofs_uncompress_block(inode, block_start, block_end, in zisofs_fill_pages() 286 block_start = block_end; in zisofs_fill_pages()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 267 ri.cw.block_end() 611 ri.cw.block_end() 849 ri.cw.block_end() 1711 def block_end(self, line=''): member in CodeWriter 1797 self.block_end() 1966 cw.block_end(line=';') 1972 cw.block_end(line=';') 1991 cw.block_end(line=';') 1997 cw.block_end(line=';') 2012 cw.block_end() [all …]
|
| /linux/fs/ |
| H A D | buffer.c | 2006 size_t block_start, block_end; in folio_zero_new_buffers() local 2017 block_end = block_start + bh->b_size; in folio_zero_new_buffers() 2020 if (block_end > from && block_start < to) { in folio_zero_new_buffers() 2025 xend = min(to, block_end); in folio_zero_new_buffers() 2036 block_start = block_end; in folio_zero_new_buffers() 2116 size_t block_start, block_end; in __block_write_begin_int() local 2131 block++, block_start=block_end, bh = bh->b_this_page) { in __block_write_begin_int() 2132 block_end = block_start + blocksize; in __block_write_begin_int() 2133 if (block_end <= from || block_start >= to) { in __block_write_begin_int() 2159 if (block_end > to || block_start < from) in __block_write_begin_int() [all …]
|
| /linux/fs/ntfs3/lib/ |
| H A D | lzx_decompress.c | 477 u8 * const block_end = out_next + block_size; in lzx_decompress_block() local 553 if (match_len > (size_t)(block_end - out_next)) in lzx_decompress_block() 560 block_end, LZX_MIN_MATCH_LEN); in lzx_decompress_block() 562 } while (out_next != block_end); in lzx_decompress_block()
|
| /linux/fs/ocfs2/ |
| H A D | aops.c | 403 unsigned block_start, block_end; in walk_page_buffers() local 410 block_start = block_end, bh = next) in walk_page_buffers() 413 block_end = block_start + blocksize; in walk_page_buffers() 414 if (block_end <= from || block_start >= to) { in walk_page_buffers() 579 unsigned int block_end, block_start; in ocfs2_map_folio_blocks() local 588 block_end = block_start + bsize; in ocfs2_map_folio_blocks() 596 if (block_start >= to || block_end <= from) { in ocfs2_map_folio_blocks() 619 (block_start < from || block_end > to)) { in ocfs2_map_folio_blocks() 646 block_end = block_start + bsize; in ocfs2_map_folio_blocks() 647 if (block_end <= from) in ocfs2_map_folio_blocks() [all …]
|
| H A D | file.c | 762 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local 799 block_start = block_end) { in ocfs2_write_zero_page() 800 block_end = block_start + i_blocksize(inode); in ocfs2_write_zero_page()
|
| /linux/fs/nilfs2/ |
| H A D | page.c | 450 unsigned int block_start, block_end; in nilfs_page_count_clean_buffers() local 456 block_start = block_end, bh = bh->b_this_page) { in nilfs_page_count_clean_buffers() 457 block_end = block_start + bh->b_size; in nilfs_page_count_clean_buffers() 458 if (block_end > from && block_start < to && !buffer_dirty(bh)) in nilfs_page_count_clean_buffers()
|
| /linux/drivers/mtd/parsers/ |
| H A D | afs.c | 228 u32 block_end; in afs_parse_v2_partition() local 282 block_end = imginfo[21]; in afs_parse_v2_partition() 287 block_start, block_end); in afs_parse_v2_partition()
|
| /linux/drivers/tty/vt/ |
| H A D | gen_ucs_width_table.py | 107 block_end = block_start + 0x1000 108 for cp in range(block_start, block_end):
|
| /linux/fs/minix/ |
| H A D | itree_common.c | 25 static inline block_t *block_end(struct buffer_head *bh) in block_end() function 291 block_end(bh), depth); in free_branches() 336 free_branches(inode, partial->p + 1, block_end(partial->bh), in truncate()
|
| /linux/drivers/md/ |
| H A D | dm-bio-prison-v2.h | 38 dm_block_t block_begin, block_end; member
|
| H A D | dm-bio-prison-v2.c | 103 if (lhs->block_end <= rhs->block_begin) in cmp_keys() 106 if (lhs->block_begin >= rhs->block_end) in cmp_keys()
|
| H A D | dm-thin.c | 127 key->block_end = e; in build_key() 1064 r = dm_thin_remove_range(tc->td, m->cell->key.block_begin, m->cell->key.block_end); in process_prepared_discard_no_passdown() 1656 m->virt_end = virt_cell->key.block_end; in process_discard_cell_no_passdown() 1754 break_up_discard_bio(tc, virt_cell->key.block_begin, virt_cell->key.block_end, bio); in process_discard_cell_passdown()
|
| H A D | dm-cache-target.c | 517 key->block_end = from_oblock(end); in build_key()
|
| /linux/arch/arm/mm/ |
| H A D | mmu.c | 1187 phys_addr_t block_start, block_end, memblock_limit = 0; in adjust_lowmem_bounds() local 1205 for_each_mem_range(i, &block_start, &block_end) { in adjust_lowmem_bounds() 1215 for_each_mem_range(i, &block_start, &block_end) { in adjust_lowmem_bounds() 1217 if (block_end > lowmem_limit) in adjust_lowmem_bounds() 1226 block_end); in adjust_lowmem_bounds() 1244 else if (!IS_ALIGNED(block_end, PMD_SIZE)) in adjust_lowmem_bounds()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 1113 unsigned block_start, block_end; in ext4_walk_page_buffers() local 1120 block_start = block_end, bh = next) { in ext4_walk_page_buffers() 1122 block_end = block_start + blocksize; in ext4_walk_page_buffers() 1123 if (block_end <= from || block_start >= to) { in ext4_walk_page_buffers() 1169 unsigned block_start, block_end; in ext4_block_write_begin() local 1189 block++, block_start = block_end, bh = bh->b_this_page) { in ext4_block_write_begin() 1190 block_end = block_start + blocksize; in ext4_block_write_begin() 1191 if (block_end <= from || block_start >= to) { in ext4_block_write_begin() 1225 if (block_end > to || block_start < from) in ext4_block_write_begin() 1227 block_end, in ext4_block_write_begin() [all …]
|
| /linux/fs/fat/ |
| H A D | fatent.c | 652 sector_t blocknr, block_end; in fat_ra_init() local 671 ops->ent_blocknr(sb, ent_limit - 1, &offset, &block_end); in fat_ra_init() 673 ra->limit = (block_end + 1) - blocknr; in fat_ra_init()
|
| /linux/fs/btrfs/ |
| H A D | extent_map.c | 199 const u64 block_end = block_start + extent_map_block_len(em); in extent_map_block_end() local 201 if (block_end < block_start) in extent_map_block_end() 204 return block_end; in extent_map_block_end()
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 765 loff_t block_end = round_up(pos + len, block_size); in __iomap_write_begin() local 790 block_end - block_start, &poff, &plen); in __iomap_write_begin() 822 } while ((block_start += plen) < block_end); in __iomap_write_begin()
|