Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dinode.c505 unsigned int orig_mlen) in ext4_map_query_blocks_next_in_leaf() argument
515 WARN_ON_ONCE(orig_mlen <= map->m_len); in ext4_map_query_blocks_next_in_leaf()
519 map2.m_len = orig_mlen - map->m_len; in ext4_map_query_blocks_next_in_leaf()
563 unsigned int orig_mlen = map->m_len; in ext4_map_query_blocks() local
591 map->m_len == orig_mlen) { in ext4_map_query_blocks()
598 orig_mlen); in ext4_map_query_blocks()
706 unsigned int orig_mlen = map->m_len; in ext4_map_blocks() local
768 orig_mlen == map->m_len) in ext4_map_blocks()
771 map->m_len = orig_mlen; in ext4_map_blocks()
3684 unsigned int orig_mlen = map->m_len; in ext4_iomap_alloc() local
[all …]