Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
1549 if (map->m_next_pgofs) in f2fs_map_no_dnode()1550 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()1710 if (map->m_next_pgofs) in f2fs_map_blocks()1711 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1717 if (map->m_next_pgofs) in f2fs_map_blocks()1718 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1855 map.m_next_pgofs = NULL; in f2fs_overwrite_io()2029 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()2437 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()3883 map.m_next_pgofs = NULL; in f2fs_bmap()[all …]
1686 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()2627 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()3261 map.m_next_pgofs = NULL; in f2fs_precache_extents()
692 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member