Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
1475 if (map->m_next_pgofs) in f2fs_map_no_dnode()1476 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()1634 if (map->m_next_pgofs) in f2fs_map_blocks()1635 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1641 if (map->m_next_pgofs) in f2fs_map_blocks()1642 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1779 map.m_next_pgofs = NULL; in f2fs_overwrite_io()1934 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()2343 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()3808 map.m_next_pgofs = NULL; in f2fs_bmap()[all …]
1738 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()2725 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()3389 map.m_next_pgofs = NULL; in f2fs_precache_extents()
697 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member