Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
1447 map.m_next_pgofs = NULL; in f2fs_preallocate_blocks()1554 if (map->m_next_pgofs) in f2fs_map_blocks()1555 *map->m_next_pgofs = in f2fs_map_blocks()1620 if (map->m_next_pgofs) in f2fs_map_blocks()1621 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1626 if (map->m_next_pgofs) in f2fs_map_blocks()1627 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1737 map.m_next_pgofs = NULL; in f2fs_overwrite_io()1762 map.m_next_pgofs = next_pgofs; in __get_data_block()2351 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()
1594 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()2598 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()3287 map.m_next_pgofs = NULL; in f2fs_precache_extents()
665 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member