Lines Matching refs:m_len
1719 map.m_len = pg_end - pg_start; in expand_inode_data()
1721 map.m_len++; in expand_inode_data()
1723 if (!map.m_len) in expand_inode_data()
1728 block_t sec_len = roundup(map.m_len, sec_blks); in expand_inode_data()
1730 map.m_len = sec_blks; in expand_inode_data()
1752 expanded += map.m_len; in expand_inode_data()
1753 sec_len -= map.m_len; in expand_inode_data()
1754 map.m_lblk += map.m_len; in expand_inode_data()
1758 map.m_len = expanded; in expand_inode_data()
1761 expanded = map.m_len; in expand_inode_data()
2592 map.m_len = pg_end - map.m_lblk; in f2fs_defragment_range()
2606 total += map.m_len; in f2fs_defragment_range()
2608 blk_end = map.m_pblk + map.m_len; in f2fs_defragment_range()
2610 map.m_lblk += map.m_len; in f2fs_defragment_range()
2631 map.m_len = pg_end - pg_start; in f2fs_defragment_range()
2639 map.m_len = pg_end - map.m_lblk; in f2fs_defragment_range()
2652 while (idx < map.m_lblk + map.m_len && cnt < blk_per_seg) { in f2fs_defragment_range()
3211 map.m_len = end - map.m_lblk; in f2fs_precache_extents()
4437 map.m_len = F2FS_BYTES_TO_BLK(pos + count); in f2fs_preallocate_blocks()
4438 if (map.m_len > map.m_lblk) in f2fs_preallocate_blocks()
4439 map.m_len -= map.m_lblk; in f2fs_preallocate_blocks()
4441 map.m_len = 0; in f2fs_preallocate_blocks()
4453 if (ret < 0 && !((ret == -ENOSPC || ret == -EDQUOT) && map.m_len > 0)) in f2fs_preallocate_blocks()
4457 return map.m_len; in f2fs_preallocate_blocks()