Home
last modified time | relevance | path

Searched refs:m_next_pgofs (Results 1 – 3 of 3) sorted by relevance

/fs/f2fs/
Ddata.c1527 if (map->m_next_pgofs) in f2fs_map_blocks()
1528 *map->m_next_pgofs = in f2fs_map_blocks()
1603 if (map->m_next_pgofs) in f2fs_map_blocks()
1604 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1609 if (map->m_next_pgofs) in f2fs_map_blocks()
1610 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1750 map.m_next_pgofs = NULL; in f2fs_overwrite_io()
1924 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2343 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()
3714 map.m_next_pgofs = NULL; in f2fs_bmap()
[all …]
Dfile.c1647 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()
2660 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3348 map.m_next_pgofs = NULL; in f2fs_precache_extents()
Df2fs.h659 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member