Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance
1476 if (map->m_next_pgofs) in f2fs_map_no_dnode()1654 if (map->m_next_pgofs) in f2fs_map_blocks()1660 if (map->m_next_pgofs) in f2fs_map_blocks()1661 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()1665 if (map->m_next_pgofs) in f2fs_map_blocks()1808 map.m_next_pgofs = NULL; in f2fs_overwrite_io()1952 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()2383 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()3833 map.m_next_pgofs = NULL; in f2fs_bmap()3948 map.m_next_pgofs = NULL; in check_swap_activate()[all …]
1797 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()2853 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()3541 map.m_next_pgofs = NULL; in f2fs_precache_extents()
723 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member