Searched refs:ext4_es_pblock (Results 1 – 4 of 4) sorted by relevance
308 ext4_es_pblock(es1), ext4_es_status(es1)); in __es_find_extent_range()586 (ext4_es_pblock(es1) + es1->es_len == ext4_es_pblock(es2))) in ext4_es_can_be_merged()689 ext4_es_pblock(es), ext4_es_status(es)); in ext4_es_insert_extent_ext_check()705 ext4_es_pblock(es), es_status ? 'u' : 'w'); in ext4_es_insert_extent_ext_check()715 ext4_es_pblock(es), es_status ? 'u' : 'w'); in ext4_es_insert_extent_ext_check()728 ext4_es_pblock(es), ext4_es_status(es)); in ext4_es_insert_extent_ext_check()762 ext4_es_pblock(es), ext4_es_status(es)); in ext4_es_insert_extent_ind_check()771 if (map.m_pblk != ext4_es_pblock(es)) { in ext4_es_insert_extent_ind_check()776 ext4_es_pblock(es)); in ext4_es_insert_extent_ind_check()792 ext4_es_pblock(es), ext4_es_status(es)); in ext4_es_insert_extent_ind_check()[all …]
209 static inline ext4_fsblk_t ext4_es_pblock(struct extent_status *es) in ext4_es_pblock() function216 ext4_fsblk_t pblock = ext4_es_pblock(es); in ext4_es_show_pblock()
728 map->m_pblk = ext4_es_pblock(&es) + in ext4_map_blocks()1928 map->m_pblk = ext4_es_pblock(&es) + map->m_lblk - es.es_lblk; in ext4_da_map_blocks()
2231 es.es_pblk = ext4_es_pblock(&es); in ext4_fill_es_cache_info()
Completed in 26 milliseconds