Home
last modified time | relevance | path

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

/linux-4.1.27/lib/lzo/
Dlzo1x_compress.c39 size_t t, m_len, m_off; in lzo1x_1_do_compress() local
91 m_len = 4; in lzo1x_1_do_compress()
95 v = get_unaligned((const u64 *) (ip + m_len)) ^ in lzo1x_1_do_compress()
96 get_unaligned((const u64 *) (m_pos + m_len)); in lzo1x_1_do_compress()
99 m_len += 8; in lzo1x_1_do_compress()
100 v = get_unaligned((const u64 *) (ip + m_len)) ^ in lzo1x_1_do_compress()
101 get_unaligned((const u64 *) (m_pos + m_len)); in lzo1x_1_do_compress()
102 if (unlikely(ip + m_len >= ip_end)) in lzo1x_1_do_compress()
107 m_len += (unsigned) __builtin_ctzll(v) / 8; in lzo1x_1_do_compress()
109 m_len += (unsigned) __builtin_clzll(v) / 8; in lzo1x_1_do_compress()
[all …]
/linux-4.1.27/fs/ext4/
Dreadpage.c157 map.m_len = 0; in ext4_mpage_readpages()
188 block_in_file < (map.m_lblk + map.m_len)) { in ext4_mpage_readpages()
190 unsigned last = map.m_len - map_offset; in ext4_mpage_readpages()
214 map.m_len = last_block - block_in_file; in ext4_mpage_readpages()
240 if (relative_block == map.m_len) { in ext4_mpage_readpages()
304 (relative_block == map.m_len)) || in ext4_mpage_readpages()
Dextents.c3312 int allocated = map->m_len; in ext4_split_extent()
3320 if (map->m_lblk + map->m_len < ee_block + ee_len) { in ext4_split_extent()
3329 map->m_lblk + map->m_len, split_flag1, flags1); in ext4_split_extent()
3403 unsigned int ee_len, depth, map_len = map->m_len; in ext4_ext_convert_to_initialized()
3586 split_map.m_len = map->m_len; in ext4_ext_convert_to_initialized()
3588 if (max_zeroout && (allocated > map->m_len)) { in ext4_ext_convert_to_initialized()
3600 split_map.m_len = allocated; in ext4_ext_convert_to_initialized()
3601 } else if (map->m_lblk - ee_block + map->m_len < max_zeroout) { in ext4_ext_convert_to_initialized()
3615 split_map.m_len = map->m_lblk - ee_block + map->m_len; in ext4_ext_convert_to_initialized()
3616 allocated = map->m_len; in ext4_ext_convert_to_initialized()
[all …]
Dinode.c375 map->m_len)) { in __check_block_validity()
379 map->m_len); in __check_block_validity()
427 inode->i_ino, es_map->m_lblk, es_map->m_len, in ext4_map_blocks_es_recheck()
429 map->m_len, map->m_pblk, map->m_flags, in ext4_map_blocks_es_recheck()
471 "logical block %lu\n", inode->i_ino, flags, map->m_len, in ext4_map_blocks()
477 if (unlikely(map->m_len > INT_MAX)) in ext4_map_blocks()
478 map->m_len = INT_MAX; in ext4_map_blocks()
492 if (retval > map->m_len) in ext4_map_blocks()
493 retval = map->m_len; in ext4_map_blocks()
494 map->m_len = retval; in ext4_map_blocks()
[all …]
Dfile.c148 map.m_len = (EXT4_BLOCK_ALIGN(pos + length, blkbits) >> blkbits) in ext4_file_write_iter()
150 len = map.m_len; in ext4_file_write_iter()
344 endoff = (loff_t)(map->m_lblk + map->m_len) << blkbits; in ext4_find_unwritten_pgoff()
485 map.m_len = end - last + 1; in ext4_seek_data()
558 map.m_len = end - last + 1; in ext4_seek_hole()
Dindirect.c528 trace_ext4_ind_map_blocks_enter(inode, map->m_lblk, map->m_len, flags); in ext4_ind_map_blocks()
544 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks()
590 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks()
617 map->m_len = count; in ext4_ind_map_blocks()
Ddir.c155 map.m_len = 1; in ext4_readdir()
Dextents_status.c563 map.m_len = es->es_len; in ext4_es_insert_extent_ind_check()
Dinline.c1200 map.m_len = 1; in ext4_convert_inline_data_nolock()
Dext4.h167 unsigned int m_len; member
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dmbuf.h27 #define sm_len m_len
/linux-4.1.27/include/trace/events/
Dext4.h456 __entry->len = map->m_len;
1538 __field( unsigned, m_len )
1548 __entry->m_len = map->m_len;
1558 __entry->m_lblk, __entry->m_len,
1576 __field( unsigned, m_len )
1589 __entry->m_len = map->m_len;
1603 __entry->m_lblk, __entry->m_len,
1673 __entry->len = map->m_len;
1864 __entry->len = map->m_len;
1898 __entry->len = map->m_len;