Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
942 map.m_next_pgofs = NULL; in f2fs_preallocate_blocks()1043 if (map->m_next_pgofs) in f2fs_map_blocks()1044 *map->m_next_pgofs = in f2fs_map_blocks()1097 if (map->m_next_pgofs) in f2fs_map_blocks()1098 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1103 if (map->m_next_pgofs) in f2fs_map_blocks()1104 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1208 map.m_next_pgofs = NULL; in f2fs_overwrite_io()1232 map.m_next_pgofs = next_pgofs; in __get_data_block()1476 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()
1485 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()2217 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()2877 map.m_next_pgofs = NULL; in f2fs_precache_extents()
593 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member