| /linux-6.15/lib/lzo/ |
| H A D | lzo1x_compress.c | 182 m_len = 4; in LZO_SAFE() 230 if (unlikely(ip[m_len] == m_pos[m_len])) { in LZO_SAFE() 233 if (ip[m_len] != m_pos[m_len]) in LZO_SAFE() 236 if (ip[m_len] != m_pos[m_len]) in LZO_SAFE() 239 if (ip[m_len] != m_pos[m_len]) in LZO_SAFE() 242 if (ip[m_len] != m_pos[m_len]) in LZO_SAFE() 245 if (ip[m_len] != m_pos[m_len]) in LZO_SAFE() 248 if (ip[m_len] != m_pos[m_len]) in LZO_SAFE() 251 if (ip[m_len] != m_pos[m_len]) in LZO_SAFE() 256 } while (ip[m_len] == m_pos[m_len]); in LZO_SAFE() [all …]
|
| /linux-6.15/fs/ext4/ |
| H A D | readpage.c | 234 map.m_len = 0; in ext4_mpage_readpages() 262 block_in_file < (map.m_lblk + map.m_len)) { in ext4_mpage_readpages() 264 unsigned last = map.m_len - map_offset; in ext4_mpage_readpages() 287 map.m_len = last_block - block_in_file; in ext4_mpage_readpages() 314 if (relative_block == map.m_len) { in ext4_mpage_readpages() 369 (relative_block == map.m_len)) || in ext4_mpage_readpages()
|
| H A D | extents.c | 3622 split_map.m_len = map->m_len; in ext4_ext_convert_to_initialized() 3923 map->m_len); in ext4_ext_handle_unwritten_extents() 3978 map->m_len); in ext4_ext_handle_unwritten_extents() 4066 map->m_len = min(map->m_len, in get_implied_cluster_alloc() 4078 map->m_len = min(map->m_len, ee_block - map->m_lblk); in get_implied_cluster_alloc() 4091 map->m_len = min(map->m_len, next - map->m_lblk); in get_implied_cluster_alloc() 4290 map->m_len = min_t(unsigned int, map->m_len, len); in ext4_ext_map_blocks() 4432 map->m_len = ar.len; in ext4_ext_map_blocks() 4433 allocated = map->m_len; in ext4_ext_map_blocks() 4489 map.m_len = len; in ext4_alloc_file_blocks() [all …]
|
| H A D | inode.c | 553 map->m_len); in ext4_map_create_blocks() 619 map->m_len = INT_MAX; in ext4_map_blocks() 852 map.m_len = 1; in ext4_getblk() 1770 map->m_len = min_t(unsigned int, map->m_len, in ext4_da_map_blocks() 1823 map->m_len = min_t(unsigned int, map->m_len, in ext4_da_map_blocks() 1871 map.m_len = 1; in ext4_da_get_block_prep() 1987 map->m_len = 1; in mpage_add_bh_to_extent() 1999 map->m_len++; in mpage_add_bh_to_extent() 2191 mpd->map.m_len = 0; in mpage_map_and_submit_buffers() 2443 mpd->map.m_len = 0; in mpage_prepare_extent_to_map() [all …]
|
| H A D | fast_commit.c | 917 if (map.m_len == 0) { in ext4_fc_write_inode_data() 934 map.m_len = min(max, map.m_len); in ext4_fc_write_inode_data() 1768 map.m_len = remaining; in ext4_fc_replay_add_range() 1834 cur += map.m_len; in ext4_fc_replay_add_range() 1835 remaining -= map.m_len; in ext4_fc_replay_add_range() 1878 map.m_len = remaining; in ext4_fc_replay_del_range() 1888 remaining -= map.m_len; in ext4_fc_replay_del_range() 1889 cur += map.m_len; in ext4_fc_replay_del_range() 1934 map.m_len = end - cur; in ext4_fc_set_bitmaps_and_counters() 1951 map.m_len, true); in ext4_fc_set_bitmaps_and_counters() [all …]
|
| H A D | dir.c | 184 map.m_len = 1; in ext4_readdir() 189 if (map.m_len == 0) in ext4_readdir() 190 map.m_len = 1; in ext4_readdir() 191 ctx->pos += map.m_len * sb->s_blocksize; in ext4_readdir()
|
| H A D | indirect.c | 545 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 = min_t(unsigned int, 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 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 | 228 map.m_len = EXT4_MAX_BLOCKS(len, pos, blkbits); in ext4_overwrite_io() 229 blklen = map.m_len; in ext4_overwrite_io()
|
| H A D | extents_status.c | 718 map.m_len = es->es_len; in ext4_es_insert_extent_ind_check()
|
| H A D | inline.c | 1144 map.m_len = 1; in ext4_convert_inline_data_nolock()
|
| H A D | ext4.h | 266 unsigned int m_len; member
|
| H A D | xattr.c | 1390 map.m_len = max_blocks -= ret; in ext4_xattr_inode_write()
|
| H A D | namei.c | 68 map.m_len = 1; in ext4_append()
|
| H A D | super.c | 5829 map.m_len = 1; in ext4_journal_bmap()
|
| /linux-6.15/fs/f2fs/ |
| H A D | data.c | 1511 map->m_len = min(map->m_len, dev->end_blk + 1 - map->m_pblk); in f2fs_map_blocks_cached() 1567 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() 1692 map->m_len++; in f2fs_map_blocks() 1737 map->m_len - ofs); in f2fs_map_blocks() 1782 map->m_len - ofs); in f2fs_map_blocks() 1951 map.m_len = blk_len; in f2fs_fiemap() 2381 map.m_len = 0; in f2fs_mpage_readpages() 3832 map.m_len = 1; in f2fs_bmap() [all …]
|
| H A D | file.c | 1828 map.m_len++; in f2fs_expand_inode_data() 1830 if (!map.m_len) in f2fs_expand_inode_data() 1837 map.m_len = sec_blks; in f2fs_expand_inode_data() 1877 expanded += map.m_len; in f2fs_expand_inode_data() 1878 sec_len -= map.m_len; in f2fs_expand_inode_data() 1879 map.m_lblk += map.m_len; in f2fs_expand_inode_data() 1883 map.m_len = expanded; in f2fs_expand_inode_data() 1886 expanded = map.m_len; in f2fs_expand_inode_data() 2875 total += map.m_len; in f2fs_defragment_range() 3553 if (err || !map.m_len) in f2fs_precache_extents() [all …]
|
| H A D | f2fs.h | 721 unsigned int m_len; member
|
| /linux-6.15/drivers/net/fddi/skfp/h/ |
| H A D | mbuf.h | 23 #define sm_len m_len
|
| /linux-6.15/include/trace/events/ |
| H A D | ext4.h | 531 __entry->len = map->m_len; 1547 __field( unsigned, m_len ) 1557 __entry->m_len = map->m_len; 1567 __entry->m_lblk, __entry->m_len, 1585 __field( unsigned, m_len ) 1598 __entry->m_len = map->m_len; 1612 __entry->m_lblk, __entry->m_len, 1682 __entry->len = map->m_len; 1911 __entry->len = map->m_len; 1945 __entry->len = map->m_len;
|
| H A D | f2fs.h | 600 __field(unsigned int, m_len) 614 __entry->m_len = map->m_len; 630 (unsigned long long)__entry->m_len,
|