Home
last modified time | relevance | path

Searched refs:block_end (Results 26 – 30 of 30) sorted by relevance

12

/openbmc/linux/fs/btrfs/
H A Dinode.c4701 u64 block_end; in btrfs_truncate_block() local
4708 block_end = block_start + blocksize - 1; in btrfs_truncate_block()
4763 lock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
4775 clear_extent_bit(&inode->io_tree, block_start, block_end, in btrfs_truncate_block()
4797 block_end + 1 - block_start); in btrfs_truncate_block()
4799 unlock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
4802 set_extent_bit(&inode->io_tree, block_start, block_end, in btrfs_truncate_block()
4885 u64 block_end = ALIGN(size, fs_info->sectorsize); in btrfs_cont_expand() local
4908 block_end - cur_offset); in btrfs_cont_expand()
4914 last_byte = min(extent_map_end(em), block_end); in btrfs_cont_expand()
[all …]
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c637 loff_t block_end = round_up(pos + len, block_size); in __iomap_write_begin() local
663 block_end - block_start, &poff, &plen); in __iomap_write_begin()
688 } while ((block_start += plen) < block_end); in __iomap_write_begin()
/openbmc/linux/fs/ocfs2/
H A Dfile.c762 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local
798 block_start = block_end) { in ocfs2_write_zero_page()
799 block_end = block_start + i_blocksize(inode); in ocfs2_write_zero_page()
/openbmc/linux/drivers/md/
H A Ddm-thin.c127 key->block_end = e; in build_key()
1067 r = dm_thin_remove_range(tc->td, m->cell->key.block_begin, m->cell->key.block_end); in process_prepared_discard_no_passdown()
1660 m->virt_end = virt_cell->key.block_end; in process_discard_cell_no_passdown()
1758 break_up_discard_bio(tc, virt_cell->key.block_begin, virt_cell->key.block_end, bio); in process_discard_cell_passdown()
H A Ddm-cache-target.c511 key->block_end = from_oblock(end); in build_key()

12