Searched refs:m_len (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/ext4/ |
| H A D | move_extent.c | 212 ((size_t)mext->orig_map.m_len) << blkbits, folio); in mext_move_begin() 230 if (move_len < mext->orig_map.m_len) in mext_move_begin() 231 mext->orig_map.m_len = move_len; in mext_move_begin() 234 donor_map.m_len = mext->orig_map.m_len; in mext_move_begin() 241 mext->orig_map.m_len = donor_map.m_len; in mext_move_begin() 301 static int mext_move_extent(struct mext_data *mext, u64 *m_len) in mext_move_extent() argument 315 *m_len = 0; in mext_move_extent() 343 length = ((loff_t)orig_map->m_len) << blkbits; in mext_move_extent() 358 *m_len = ext4_swap_extents(handle, orig_inode, donor_inode, in mext_move_extent() 360 orig_map->m_len, 1, &ret); in mext_move_extent() [all …]
|
| H A D | extents-test.c | 383 map.m_len = param->split_map.m_len; in test_split_convert() 488 .split_map = { .m_lblk = EXT_DATA_LBLK, .m_len = 1 }, 501 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 1 }, 514 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 2 }, 532 .split_map = { .m_lblk = EXT_DATA_LBLK, .m_len = 1 }, 545 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 1 }, 558 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 2 }, 579 .split_map = { .m_lblk = EXT_DATA_LBLK, .m_len = 1 }, 594 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 1 }, 609 .split_map = { .m_lblk = EXT_DATA_LBLK + 1, .m_len = EXT_DATA_LEN - 2 }, [all …]
|
| H A D | extents.c | 3305 loff_t map_end = (loff_t) map->m_lblk + map->m_len; in ext4_split_extent_zeroout() 3345 len = map->m_len; in ext4_split_extent_zeroout() 3410 if (map->m_lblk + map->m_len < ee_block + ee_len) { in ext4_split_extent() 3412 map->m_lblk + map->m_len, flags); in ext4_split_extent() 3468 if (map->m_len > max_zeroout_blks) in ext4_split_extent() 3496 if (map->m_lblk + map->m_len > ee_block + ee_len) in ext4_split_extent() 3499 *allocated = map->m_len; in ext4_split_extent() 3542 unsigned int ee_len, depth, map_len = map->m_len; in ext4_ext_convert_to_initialized() 3711 split_map.m_len = map->m_len; in ext4_ext_convert_to_initialized() 3713 if (max_zeroout && (*allocated > split_map.m_len)) { in ext4_ext_convert_to_initialized() [all …]
|
| 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 = 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 D | dir.c | 185 map.m_len = 1; in ext4_readdir() 190 if (map.m_len == 0) in ext4_readdir() 191 map.m_len = 1; in ext4_readdir() 192 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 | 229 map.m_len = EXT4_MAX_BLOCKS(len, pos, blkbits); in ext4_overwrite_io() 230 blklen = map.m_len; in ext4_overwrite_io()
|
| H A D | xattr.c | 1400 map.m_len = max_blocks -= ret; in ext4_xattr_inode_write()
|
| H A D | super.c | 5894 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
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 650 __field(unsigned int, m_len) 664 __entry->m_len = map->m_len; 680 (unsigned long long)__entry->m_len,
|