Home
last modified time | relevance | path

Searched refs:m_len (Results 1 – 10 of 10) sorted by relevance

/linux/fs/ext4/
H A Dinode.c388 if (!ext4_inode_block_valid(inode, map->m_pblk, map->m_len)) { in __check_block_validity()
392 map->m_pblk, map->m_len); in __check_block_validity()
477 inode->i_ino, es_map->m_lblk, es_map->m_len, in ext4_map_blocks_es_recheck()
479 map->m_len, map->m_pblk, map->m_flags, in ext4_map_blocks_es_recheck()
497 WARN_ON_ONCE(orig_mlen <= map->m_len); in ext4_map_query_blocks_next_in_leaf()
500 map2.m_lblk = map->m_lblk + map->m_len; in ext4_map_query_blocks_next_in_leaf()
501 map2.m_len = orig_mlen - map->m_len; in ext4_map_query_blocks_next_in_leaf()
506 ext4_es_insert_extent(inode, map->m_lblk, map->m_len, in ext4_map_query_blocks_next_in_leaf()
508 return map->m_len; in ext4_map_query_blocks_next_in_leaf()
511 if (unlikely(retval != map2.m_len)) { in ext4_map_query_blocks_next_in_leaf()
[all …]
H A Dfast_commit.c919 map.m_len = new_blk_size - cur_lblk_off + 1; in ext4_fc_write_inode_data()
926 if (map.m_len == 0) { in ext4_fc_write_inode_data()
934 lrange.fc_len = cpu_to_le32(map.m_len); in ext4_fc_write_inode_data()
943 map.m_len = min(max, map.m_len); in ext4_fc_write_inode_data()
948 ex->ee_len = cpu_to_le16(map.m_len); in ext4_fc_write_inode_data()
959 cur_lblk_off += map.m_len; in ext4_fc_write_inode_data()
1796 map.m_len = remaining; in ext4_fc_replay_add_range()
1812 newex.ee_len = cpu_to_le16(map.m_len); in ext4_fc_replay_add_range()
1830 ret = ext4_ext_replay_update_ex(inode, cur, map.m_len, in ext4_fc_replay_add_range()
1844 ext4_mb_mark_bb(inode->i_sb, map.m_pblk, map.m_len, false); in ext4_fc_replay_add_range()
[all …]
H A Dindirect.c545 trace_ext4_ind_map_blocks_enter(inode, map->m_lblk, map->m_len, flags); in ext4_ind_map_blocks()
561 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks()
591 map->m_len = umin(map->m_len, count); in ext4_ind_map_blocks()
630 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks()
658 map->m_len = count; in ext4_ind_map_blocks()
H A Dblock_validity.c167 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 Dfile.c228 map.m_len = EXT4_MAX_BLOCKS(len, pos, blkbits); in ext4_overwrite_io()
229 blklen = map.m_len; in ext4_overwrite_io()
/linux/fs/f2fs/
H A Ddata.c1477 unsigned int maxblocks = map->m_len; in f2fs_map_blocks_cached()
1485 map->m_len = min((pgoff_t)maxblocks, ei.fofs + ei.len - pgoff); in f2fs_map_blocks_cached()
1488 *map->m_next_extent = pgoff + map->m_len; in f2fs_map_blocks_cached()
1493 map->m_pblk, map->m_len); in f2fs_map_blocks_cached()
1500 map->m_len = min(map->m_len, dev->end_blk + 1 - map->m_pblk); in f2fs_map_blocks_cached()
1534 unsigned int maxblocks = map->m_len; in f2fs_map_blocks()
1561 map->m_len = 0; in f2fs_map_blocks()
1677 if (map->m_len == 0) { in f2fs_map_blocks()
1686 map->m_len = 1; in f2fs_map_blocks()
1695 map->m_len++; in f2fs_map_blocks()
[all …]
H A Dfile.c1889 map.m_len = pg_end - pg_start; in f2fs_expand_inode_data()
1891 map.m_len++; in f2fs_expand_inode_data()
1893 if (!map.m_len) in f2fs_expand_inode_data()
1898 block_t sec_len = roundup(map.m_len, sec_blks); in f2fs_expand_inode_data()
1900 map.m_len = sec_blks; in f2fs_expand_inode_data()
1939 expanded += map.m_len; in f2fs_expand_inode_data()
1940 sec_len -= map.m_len; in f2fs_expand_inode_data()
1941 map.m_lblk += map.m_len; in f2fs_expand_inode_data()
1945 map.m_len = expanded; in f2fs_expand_inode_data()
1948 expanded = map.m_len; in f2fs_expand_inode_data()
[all …]
H A Df2fs.h796 unsigned int m_len; member
/linux/drivers/net/fddi/skfp/h/
H A Dmbuf.h23 #define sm_len m_len
/linux/include/trace/events/
H A Df2fs.h641 __field(unsigned int, m_len)
655 __entry->m_len = map->m_len;
671 (unsigned long long)__entry->m_len,