Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
1097 map.m_next_pgofs = NULL; in f2fs_preallocate_blocks()1208 if (map->m_next_pgofs) in f2fs_map_blocks()1209 *map->m_next_pgofs = in f2fs_map_blocks()1274 if (map->m_next_pgofs) in f2fs_map_blocks()1275 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1280 if (map->m_next_pgofs) in f2fs_map_blocks()1281 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1391 map.m_next_pgofs = NULL; in f2fs_overwrite_io()1416 map.m_next_pgofs = next_pgofs; in __get_data_block()1792 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()
1522 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()2421 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()3101 map.m_next_pgofs = NULL; in f2fs_precache_extents()
612 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member