Home
last modified time | relevance | path

Searched refs:next_pblk (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dinode.c3538 ext4_fsblk_t next_pblk = 0; in ext4_map_blocks_atomic_write_slow() local
3572 if ((check_next_pblk && next_pblk != map->m_pblk) || in ext4_map_blocks_atomic_write_slow()
3577 next_pblk, map->m_pblk, ret); in ext4_map_blocks_atomic_write_slow()
3581 next_pblk = map->m_pblk + map->m_len; in ext4_map_blocks_atomic_write_slow()
H A Dextents.c3661 ext4_fsblk_t next_pblk, ee_pblk; in ext4_ext_convert_to_initialized() local
3667 next_pblk = ext4_ext_pblock(abut_ex); in ext4_ext_convert_to_initialized()
3681 ((ee_pblk + ee_len) == next_pblk) && /*C3*/ in ext4_ext_convert_to_initialized()
3692 ext4_ext_store_pblock(abut_ex, next_pblk - map_len); in ext4_ext_convert_to_initialized()