Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dinode.c501 unsigned int orig_mlen) in ext4_map_query_blocks_next_in_leaf() argument
511 WARN_ON_ONCE(orig_mlen <= map->m_len); in ext4_map_query_blocks_next_in_leaf()
515 map2.m_len = orig_mlen - map->m_len; in ext4_map_query_blocks_next_in_leaf()
559 unsigned int orig_mlen = map->m_len; in ext4_map_query_blocks() local
587 map->m_len == orig_mlen) { in ext4_map_query_blocks()
594 orig_mlen); in ext4_map_query_blocks()
702 unsigned int orig_mlen = map->m_len; in ext4_map_blocks() local
764 orig_mlen == map->m_len) in ext4_map_blocks()
767 map->m_len = orig_mlen; in ext4_map_blocks()
3674 unsigned int orig_mlen = map->m_len; in ext4_iomap_alloc() local
[all …]