Searched refs:m_len (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/lib/lzo/ |
D | lzo1x_compress.c | 39 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.4.14/fs/ext4/ |
D | readpage.c | 157 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()
|
D | extents.c | 3314 int allocated = map->m_len; in ext4_split_extent() 3322 if (map->m_lblk + map->m_len < ee_block + ee_len) { in ext4_split_extent() 3331 map->m_lblk + map->m_len, split_flag1, flags1); in ext4_split_extent() 3405 unsigned int ee_len, depth, map_len = map->m_len; in ext4_ext_convert_to_initialized() 3591 split_map.m_len = map->m_len; in ext4_ext_convert_to_initialized() 3593 if (max_zeroout && (allocated > map->m_len)) { in ext4_ext_convert_to_initialized() 3605 split_map.m_len = allocated; in ext4_ext_convert_to_initialized() 3606 } else if (map->m_lblk - ee_block + map->m_len < max_zeroout) { in ext4_ext_convert_to_initialized() 3620 split_map.m_len = map->m_lblk - ee_block + map->m_len; in ext4_ext_convert_to_initialized() 3621 allocated = map->m_len; in ext4_ext_convert_to_initialized() [all …]
|
D | inode.c | 376 map->m_len)) { in __check_block_validity() 380 map->m_len); in __check_block_validity() 428 inode->i_ino, es_map->m_lblk, es_map->m_len, in ext4_map_blocks_es_recheck() 430 map->m_len, map->m_pblk, map->m_flags, in ext4_map_blocks_es_recheck() 472 "logical block %lu\n", inode->i_ino, flags, map->m_len, in ext4_map_blocks() 478 if (unlikely(map->m_len > INT_MAX)) in ext4_map_blocks() 479 map->m_len = INT_MAX; in ext4_map_blocks() 493 if (retval > map->m_len) in ext4_map_blocks() 494 retval = map->m_len; in ext4_map_blocks() 495 map->m_len = retval; in ext4_map_blocks() [all …]
|
D | file.c | 149 map.m_len = (EXT4_BLOCK_ALIGN(pos + length, blkbits) >> blkbits) in ext4_file_write_iter() 151 len = map.m_len; in ext4_file_write_iter() 453 endoff = (loff_t)(map->m_lblk + map->m_len) << blkbits; in ext4_find_unwritten_pgoff() 594 map.m_len = end - last + 1; in ext4_seek_data() 667 map.m_len = end - last + 1; in ext4_seek_hole()
|
D | indirect.c | 529 trace_ext4_ind_map_blocks_enter(inode, map->m_lblk, map->m_len, flags); in ext4_ind_map_blocks() 545 while (count < map->m_len && count <= blocks_to_boundary) { in ext4_ind_map_blocks() 592 map->m_len, blocks_to_boundary); in ext4_ind_map_blocks() 619 map->m_len = count; in ext4_ind_map_blocks()
|
D | dir.c | 148 map.m_len = 1; in ext4_readdir()
|
D | extents_status.c | 563 map.m_len = es->es_len; in ext4_es_insert_extent_ind_check()
|
D | inline.c | 1196 map.m_len = 1; in ext4_convert_inline_data_nolock()
|
D | ext4.h | 164 unsigned int m_len; member
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | mbuf.h | 27 #define sm_len m_len
|
/linux-4.4.14/fs/f2fs/ |
D | data.c | 572 unsigned int maxblocks = map->m_len; in f2fs_map_blocks() 581 map->m_len = 0; in f2fs_map_blocks() 589 map->m_len = min((pgoff_t)maxblocks, ei.fofs + ei.len - pgofs); in f2fs_map_blocks() 636 map->m_len = 1; in f2fs_map_blocks() 660 if (maxblocks > map->m_len) { in f2fs_map_blocks() 694 map->m_len++; in f2fs_map_blocks() 718 map.m_len = bh->b_size >> inode->i_blkbits; in __get_data_block() 724 bh->b_size = map.m_len << inode->i_blkbits; in __get_data_block() 892 map.m_len = 0; in f2fs_mpage_readpages() 918 block_in_file < (map.m_lblk + map.m_len)) in f2fs_mpage_readpages() [all …]
|
D | f2fs.h | 379 unsigned int m_len; member
|
/linux-4.4.14/include/trace/events/ |
D | ext4.h | 456 __entry->len = map->m_len; 1536 __field( unsigned, m_len ) 1546 __entry->m_len = map->m_len; 1556 __entry->m_lblk, __entry->m_len, 1574 __field( unsigned, m_len ) 1587 __entry->m_len = map->m_len; 1601 __entry->m_lblk, __entry->m_len, 1671 __entry->len = map->m_len; 1862 __entry->len = map->m_len; 1896 __entry->len = map->m_len;
|
D | f2fs.h | 495 __field(unsigned int, m_len) 504 __entry->m_len = map->m_len; 513 (unsigned long long)__entry->m_len,
|