Home
last modified time | relevance | path

Searched refs:block_end (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/fs/isofs/
A Dcompress.c41 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-6.3-rc2/fs/reiserfs/
A Dfile.c173 unsigned block_start, block_end; in reiserfs_commit_page() local
197 block_start = block_end, bh = bh->b_this_page) { in reiserfs_commit_page()
201 block_end = block_start + blocksize; in reiserfs_commit_page()
202 if (block_end <= from || block_start >= to) { in reiserfs_commit_page()
/linux-6.3-rc2/tools/net/ynl/
A Dynl-gen-c.py1172 ri.cw.block_end()
1216 ri.cw.block_end()
1265 ri.cw.block_end()
1357 ri.cw.block_end()
1407 ri.cw.block_end()
1545 ri.cw.block_end()
1574 ri.cw.block_end()
1575 ri.cw.block_end()
1585 ri.cw.block_end()
1634 cw.block_end()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_buddy.c348 u64 block_end; in alloc_range_bias() local
362 block_end = block_start + drm_buddy_block_size(mm, block) - 1; in alloc_range_bias()
364 if (!overlaps(start, end, block_start, block_end)) in alloc_range_bias()
370 if (contains(start, end, block_start, block_end) && in alloc_range_bias()
495 u64 block_end; in __alloc_range() local
506 block_end = block_start + drm_buddy_block_size(mm, block) - 1; in __alloc_range()
508 if (!overlaps(start, end, block_start, block_end)) in __alloc_range()
516 if (contains(start, end, block_start, block_end)) { in __alloc_range()
/linux-6.3-rc2/fs/
A Dbuffer.c1906 unsigned int block_start, block_end; in page_zero_new_buffers() local
1935 block_start = block_end; in page_zero_new_buffers()
2002 unsigned block_start, block_end; in __block_write_begin_int() local
2021 block_end = block_start + blocksize; in __block_write_begin_int()
2051 to, block_end, in __block_write_begin_int()
2092 unsigned block_start, block_end; in __block_commit_write() local
2102 block_end = block_start + blocksize; in __block_commit_write()
2113 block_start = block_end; in __block_commit_write()
2258 block_end = block_start + blocksize; in block_is_partially_uptodate()
2264 if (block_end >= to) in block_is_partially_uptodate()
[all …]
/linux-6.3-rc2/fs/ntfs3/lib/
A Dlzx_decompress.c477 u8 * const block_end = out_next + block_size; in lzx_decompress_block() local
554 if (match_len > (size_t)(block_end - out_next)) in lzx_decompress_block()
561 block_end, LZX_MIN_MATCH_LEN); in lzx_decompress_block()
563 } while (out_next != block_end); in lzx_decompress_block()
/linux-6.3-rc2/fs/ocfs2/
A Daops.c422 unsigned block_start, block_end; in walk_page_buffers() local
432 block_end = block_start + blocksize; in walk_page_buffers()
598 unsigned int block_end, block_start; in ocfs2_map_page_blocks() local
607 block_end = block_start + bsize; in ocfs2_map_page_blocks()
665 block_end = block_start + bsize; in ocfs2_map_page_blocks()
666 if (block_end <= from) in ocfs2_map_page_blocks()
676 block_start = block_end; in ocfs2_map_page_blocks()
877 unsigned int block_start, block_end; in ocfs2_zero_new_buffers() local
887 block_end = block_start + bh->b_size; in ocfs2_zero_new_buffers()
895 end = min(to, block_end); in ocfs2_zero_new_buffers()
[all …]
/linux-6.3-rc2/drivers/mtd/parsers/
A Dafs.c228 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-6.3-rc2/fs/nilfs2/
A Dpage.c426 unsigned int block_start, block_end; in nilfs_page_count_clean_buffers() local
432 block_start = block_end, bh = bh->b_this_page) { in nilfs_page_count_clean_buffers()
433 block_end = block_start + bh->b_size; in nilfs_page_count_clean_buffers()
434 if (block_end > from && block_start < to && !buffer_dirty(bh)) in nilfs_page_count_clean_buffers()
/linux-6.3-rc2/fs/squashfs/
A Dblock.c86 const sector_t block_end = read_end >> msblk->devblksize_log2; in squashfs_bio_read() local
88 int total_len = (block_end - block) << msblk->devblksize_log2; in squashfs_bio_read()
/linux-6.3-rc2/fs/minix/
A Ditree_common.c25 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-6.3-rc2/fs/ext4/
A Dmove_extent.c177 unsigned int blocksize, block_start, block_end; in mext_page_mkuptodate() local
192 block++, block_start = block_end, bh = bh->b_this_page) { in mext_page_mkuptodate()
193 block_end = block_start + blocksize; in mext_page_mkuptodate()
194 if (block_end <= from || block_start >= to) { in mext_page_mkuptodate()
A Dinode.c985 unsigned block_start, block_end; in ext4_walk_page_buffers() local
992 block_start = block_end, bh = next) { in ext4_walk_page_buffers()
994 block_end = block_start + blocksize; in ext4_walk_page_buffers()
1064 unsigned block_start, block_end; in ext4_block_write_begin() local
1086 block_end = block_start + blocksize; in ext4_block_write_begin()
1107 if (block_end > to || block_start < from) in ext4_block_write_begin()
1108 zero_user_segments(page, to, block_end, in ext4_block_write_begin()
1381 unsigned int block_start = 0, block_end; in ext4_journalled_zero_new_buffers() local
1386 block_end = block_start + bh->b_size; in ext4_journalled_zero_new_buffers()
1393 size = min(to, block_end) - start; in ext4_journalled_zero_new_buffers()
[all …]
/linux-6.3-rc2/drivers/md/
A Ddm-bio-prison-v2.h38 dm_block_t block_begin, block_end; member
A Ddm-bio-prison-v1.h34 dm_block_t block_begin, block_end; member
A Ddm-bio-prison-v2.c103 if (lhs->block_end <= rhs->block_begin) in cmp_keys()
106 if (lhs->block_begin >= rhs->block_end) in cmp_keys()
A Ddm-bio-prison-v1.c101 if (lhs->block_end <= rhs->block_begin) in cmp_keys()
104 if (lhs->block_begin >= rhs->block_end) in cmp_keys()
/linux-6.3-rc2/fs/sysv/
A Ditree.c80 static inline sysv_zone_t *block_end(struct buffer_head *bh) in block_end() function
355 block_end(bh), depth); in free_branches()
405 free_branches(inode, partial->p + 1, block_end(partial->bh), in sysv_truncate()
/linux-6.3-rc2/arch/arm/mm/
A Dmmu.c1197 phys_addr_t block_start, block_end, memblock_limit = 0; in adjust_lowmem_bounds() local
1215 for_each_mem_range(i, &block_start, &block_end) { in adjust_lowmem_bounds()
1225 for_each_mem_range(i, &block_start, &block_end) { in adjust_lowmem_bounds()
1227 if (block_end > lowmem_limit) in adjust_lowmem_bounds()
1236 block_end); in adjust_lowmem_bounds()
1254 else if (!IS_ALIGNED(block_end, PMD_SIZE)) in adjust_lowmem_bounds()
/linux-6.3-rc2/fs/ntfs/
A Dmft.c464 unsigned int block_start, block_end, m_start, m_end, page_ofs; in ntfs_sync_mft_mirror() local
517 block_end = block_start + blocksize; in ntfs_sync_mft_mirror()
519 if (block_end <= m_start) in ntfs_sync_mft_mirror()
571 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end)); in ntfs_sync_mft_mirror()
572 } while (block_start = block_end, (bh = bh->b_this_page) != head); in ntfs_sync_mft_mirror()
670 unsigned int block_start, block_end, m_start, m_end; in write_mft_record_nolock() local
697 block_end = block_start + blocksize; in write_mft_record_nolock()
699 if (block_end <= m_start) in write_mft_record_nolock()
758 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end)); in write_mft_record_nolock()
759 } while (block_start = block_end, (bh = bh->b_this_page) != head); in write_mft_record_nolock()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_acl_flex_keys.c499 int block_start, int block_end) in mlxsw_afk_clear() argument
503 for (i = block_start; i <= block_end; i++) in mlxsw_afk_clear()
A Dcore_acl_flex_keys.h220 int block_start, int block_end);
/linux-6.3-rc2/fs/fat/
A Dfatent.c652 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-6.3-rc2/fs/btrfs/
A Dinode.c4776 u64 block_end; in btrfs_truncate_block() local
4783 block_end = block_start + blocksize - 1; in btrfs_truncate_block()
4830 lock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
4842 clear_extent_bit(&inode->io_tree, block_start, block_end, in btrfs_truncate_block()
4864 block_end + 1 - block_start); in btrfs_truncate_block()
4866 unlock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
4869 set_extent_bit(&inode->io_tree, block_start, block_end, in btrfs_truncate_block()
4952 u64 block_end = ALIGN(size, fs_info->sectorsize); in btrfs_cont_expand() local
4975 block_end - cur_offset); in btrfs_cont_expand()
4981 last_byte = min(extent_map_end(em), block_end); in btrfs_cont_expand()
[all …]
/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c560 loff_t block_end = round_up(pos + len, block_size); in __iomap_write_begin() local
575 block_end - block_start, &poff, &plen); in __iomap_write_begin()
600 } while ((block_start += plen) < block_end); in __iomap_write_begin()

Completed in 87 milliseconds

12