Searched refs:m_len (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ext4/ |
| H A D | extents-test.c | 411 map.m_len = param->split_map.m_len; in test_split_convert() 516 .split_map = { .m_lblk = EXT_DATA_LBLK, .m_len = 1 }, 529 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 1 }, 542 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 2 }, 560 .split_map = { .m_lblk = EXT_DATA_LBLK, .m_len = 1 }, 573 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 1 }, 586 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 2 }, 607 .split_map = { .m_lblk = EXT_DATA_LBLK, .m_len = 1 }, 622 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 1 }, 637 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 2 }, [all …]
|
| H A D | inode.c | 402 if (!ext4_inode_block_valid(inode, map->m_pblk, map->m_len)) { in __check_block_validity() 406 map->m_pblk, map->m_len); in __check_block_validity() 496 inode->i_ino, es_map->m_lblk, es_map->m_len, in ext4_map_blocks_es_recheck() 498 map->m_len, map->m_pblk, map->m_flags, in ext4_map_blocks_es_recheck() 516 WARN_ON_ONCE(orig_mlen <= map->m_len); in ext4_map_query_blocks_next_in_leaf() 519 map2.m_lblk = map->m_lblk + map->m_len; in ext4_map_query_blocks_next_in_leaf() 520 map2.m_len = orig_mlen - map->m_len; in ext4_map_query_blocks_next_in_leaf() 525 ext4_es_cache_extent(inode, map->m_lblk, map->m_len, in ext4_map_query_blocks_next_in_leaf() 527 return map->m_len; in ext4_map_query_blocks_next_in_leaf() 530 if (unlikely(retval != map2.m_len)) { in ext4_map_query_blocks_next_in_leaf() [all …]
|
| H A D | extents.c | 3330 loff_t map_end = (loff_t) map->m_lblk + map->m_len; in ext4_split_extent_zeroout() 3370 len = map->m_len; in ext4_split_extent_zeroout() 3435 if (map->m_lblk + map->m_len < ee_block + ee_len) { in ext4_split_extent() 3437 map->m_lblk + map->m_len, flags); in ext4_split_extent() 3493 if (map->m_len > max_zeroout_blks) in ext4_split_extent() 3521 if (map->m_lblk + map->m_len > ee_block + ee_len) in ext4_split_extent() 3524 *allocated = map->m_len; in ext4_split_extent() 3567 unsigned int ee_len, depth, map_len = map->m_len; in ext4_ext_convert_to_initialized() 3736 split_map.m_len = map->m_len; in ext4_ext_convert_to_initialized() 3738 if (max_zeroout && (*allocated > split_map.m_len)) { in ext4_ext_convert_to_initialized() [all …]
|
| H A D | fast_commit.c | 906 map.m_len = new_blk_size - cur_lblk_off + 1; in ext4_fc_write_inode_data() 913 if (map.m_len == 0) { in ext4_fc_write_inode_data() 921 lrange.fc_len = cpu_to_le32(map.m_len); in ext4_fc_write_inode_data() 930 map.m_len = min(max, map.m_len); in ext4_fc_write_inode_data() 935 ex->ee_len = cpu_to_le16(map.m_len); in ext4_fc_write_inode_data() 946 cur_lblk_off += map.m_len; in ext4_fc_write_inode_data() 1764 map.m_len = remaining; in ext4_fc_replay_add_range() 1780 newex.ee_len = cpu_to_le16(map.m_len); in ext4_fc_replay_add_range() 1798 ret = ext4_ext_replay_update_ex(inode, cur, map.m_len, in ext4_fc_replay_add_range() 1812 ext4_mb_mark_bb(inode->i_sb, map.m_pblk, map.m_len, false); in ext4_fc_replay_add_range() [all …]
|
| H A D | block_validity.c | 167 map.m_len = num - i; in ext4_protect_reserved_inode() 182 map.m_pblk + map.m_len - 1); in ext4_protect_reserved_inode()
|
| H A D | inline.c | 1128 map.m_len = 1; in ext4_convert_inline_data_nolock()
|
| H A D | ext4.h | 260 unsigned int m_len; member
|
| H A D | super.c | 5927 map.m_len = 1; in ext4_journal_bmap()
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | mbuf.h | 23 #define sm_len m_len
|