Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
1466 if (map->m_next_pgofs) in f2fs_map_no_dnode()1467 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()1654 if (map->m_next_pgofs) in f2fs_map_blocks()1655 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1660 if (map->m_next_pgofs) in f2fs_map_blocks()1661 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1665 if (map->m_next_pgofs) in f2fs_map_blocks()1666 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1806 map.m_next_pgofs = NULL; in f2fs_overwrite_io()1951 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()[all …]
1858 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()2928 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()3616 map.m_next_pgofs = NULL; in f2fs_precache_extents()
799 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member