Searched refs:m_len (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ext4/ |
| H A D | inode.c | 401 if (!ext4_inode_block_valid(inode, map->m_pblk, map->m_len)) { in __check_block_validity() 405 map->m_pblk, map->m_len); in __check_block_validity() 495 inode->i_ino, es_map->m_lblk, es_map->m_len, in ext4_map_blocks_es_recheck() 497 map->m_len, map->m_pblk, map->m_flags, in ext4_map_blocks_es_recheck() 515 WARN_ON_ONCE(orig_mlen <= map->m_len); in ext4_map_query_blocks_next_in_leaf() 518 map2.m_lblk = map->m_lblk + map->m_len; in ext4_map_query_blocks_next_in_leaf() 519 map2.m_len = orig_mlen - map->m_len; in ext4_map_query_blocks_next_in_leaf() 524 ext4_es_cache_extent(inode, map->m_lblk, map->m_len, in ext4_map_query_blocks_next_in_leaf() 526 return map->m_len; in ext4_map_query_blocks_next_in_leaf() 529 if (unlikely(retval != map2.m_len)) { in ext4_map_query_blocks_next_in_leaf() [all …]
|
| H A D | extents.c | 3338 loff_t map_end = (loff_t) map->m_lblk + map->m_len; in ext4_split_extent_zeroout() 3378 len = map->m_len; in ext4_split_extent_zeroout() 3443 if (map->m_lblk + map->m_len < ee_block + ee_len) { in ext4_split_extent() 3445 map->m_lblk + map->m_len, flags); in ext4_split_extent() 3501 if (map->m_len > max_zeroout_blks) in ext4_split_extent() 3529 if (map->m_lblk + map->m_len > ee_block + ee_len) in ext4_split_extent() 3532 *allocated = map->m_len; in ext4_split_extent() 3575 unsigned int ee_len, depth, map_len = map->m_len; in ext4_ext_convert_to_initialized() 3744 split_map.m_len = map->m_len; in ext4_ext_convert_to_initialized() 3746 if (max_zeroout && (*allocated > split_map.m_len)) { in ext4_ext_convert_to_initialized() [all …]
|
| H A D | fast_commit.c | 2170 map.m_len = remaining; in ext4_fc_replay_add_range() 2189 newex.ee_len = cpu_to_le16(map.m_len); in ext4_fc_replay_add_range() 2210 ret = ext4_ext_replay_update_ex(inode, cur, map.m_len, in ext4_fc_replay_add_range() 2224 ext4_mb_mark_bb(inode->i_sb, map.m_pblk, map.m_len, false); in ext4_fc_replay_add_range() 2232 ret = ext4_ext_replay_update_ex(inode, cur, map.m_len, in ext4_fc_replay_add_range() 2242 cur += map.m_len; in ext4_fc_replay_add_range() 2243 remaining -= map.m_len; in ext4_fc_replay_add_range() 2286 map.m_len = remaining; in ext4_fc_replay_del_range() 2294 ext4_mb_mark_bb(inode->i_sb, map.m_pblk, map.m_len, false); in ext4_fc_replay_del_range() 2296 remaining -= map.m_len; in ext4_fc_replay_del_range() [all …]
|
| H A D | dir.c | 186 map.m_len = 1; in ext4_readdir() 191 if (map.m_len == 0) in ext4_readdir() 192 map.m_len = 1; in ext4_readdir() 193 ctx->pos += map.m_len * sb->s_blocksize; in ext4_readdir()
|
| 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 | file.c | 253 map.m_len = tail_lblk - head_lblk + 1; in ext4_dio_needs_zeroing() 265 map.m_len = 1; in ext4_dio_needs_zeroing()
|
| H A D | inline.c | 1137 map.m_len = 1; in ext4_convert_inline_data_nolock()
|
| H A D | xattr.c | 1406 map.m_len = max_blocks -= ret; in ext4_xattr_inode_write()
|
| H A D | ext4.h | 260 unsigned int m_len; member
|
| H A D | namei.c | 68 map.m_len = 1; in ext4_append()
|
| H A D | super.c | 5963 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
|