Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
1542 if (map->m_next_pgofs) in f2fs_map_blocks()1543 *map->m_next_pgofs = in f2fs_map_blocks()1621 if (map->m_next_pgofs) in f2fs_map_blocks()1622 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1627 if (map->m_next_pgofs) in f2fs_map_blocks()1628 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1766 map.m_next_pgofs = NULL; in f2fs_overwrite_io()1940 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()2349 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()3783 map.m_next_pgofs = NULL; in f2fs_bmap()[all …]
1690 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()2588 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()3208 map.m_next_pgofs = NULL; in f2fs_precache_extents()
662 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member