Lines Matching refs:m_len
1899 map.m_len = pg_end - pg_start; in f2fs_expand_inode_data()
1901 map.m_len++; in f2fs_expand_inode_data()
1903 if (!map.m_len) in f2fs_expand_inode_data()
1908 block_t sec_len = roundup(map.m_len, sec_blks); in f2fs_expand_inode_data()
1910 map.m_len = sec_blks; in f2fs_expand_inode_data()
1949 expanded += map.m_len; in f2fs_expand_inode_data()
1950 sec_len -= map.m_len; in f2fs_expand_inode_data()
1951 map.m_lblk += map.m_len; in f2fs_expand_inode_data()
1955 map.m_len = expanded; in f2fs_expand_inode_data()
1958 expanded = map.m_len; in f2fs_expand_inode_data()
2947 map.m_len = pg_end - map.m_lblk; in f2fs_defragment_range()
2961 total += map.m_len; in f2fs_defragment_range()
2963 blk_end = map.m_pblk + map.m_len; in f2fs_defragment_range()
2965 map.m_lblk += map.m_len; in f2fs_defragment_range()
2986 map.m_len = pg_end - pg_start; in f2fs_defragment_range()
2994 map.m_len = pg_end - map.m_lblk; in f2fs_defragment_range()
3007 while (idx < map.m_lblk + map.m_len && in f2fs_defragment_range()
3636 map.m_len = end - map.m_lblk; in f2fs_precache_extents()
3641 if (err || !map.m_len) in f2fs_precache_extents()
5001 map.m_len = F2FS_BYTES_TO_BLK(pos + count); in f2fs_preallocate_blocks()
5002 if (map.m_len > map.m_lblk) in f2fs_preallocate_blocks()
5003 map.m_len -= map.m_lblk; in f2fs_preallocate_blocks()
5020 if (ret < 0 && !((ret == -ENOSPC || ret == -EDQUOT) && map.m_len > 0)) in f2fs_preallocate_blocks()
5024 return map.m_len; in f2fs_preallocate_blocks()