Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dinode.c506 unsigned int orig_mlen) in ext4_map_query_blocks_next_in_leaf() argument
516 WARN_ON_ONCE(orig_mlen <= map->m_len); in ext4_map_query_blocks_next_in_leaf()
520 map2.m_len = orig_mlen - map->m_len; in ext4_map_query_blocks_next_in_leaf()
564 unsigned int orig_mlen = map->m_len; in ext4_map_query_blocks() local
592 map->m_len == orig_mlen) { in ext4_map_query_blocks()
599 orig_mlen); in ext4_map_query_blocks()
707 unsigned int orig_mlen = map->m_len; in ext4_map_blocks() local
769 orig_mlen == map->m_len) in ext4_map_blocks()
772 map->m_len = orig_mlen; in ext4_map_blocks()
3676 unsigned int orig_mlen = map->m_len; in ext4_iomap_alloc() local
[all …]