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

/linux-master/fs/f2fs/
H A Ddata.c1468 if (map->m_next_pgofs)
1469 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff);
1626 if (map->m_next_pgofs)
1627 *map->m_next_pgofs = pgofs + 1;
1633 if (map->m_next_pgofs)
1634 *map->m_next_pgofs = pgofs + 1;
1771 map.m_next_pgofs = NULL;
1945 map.m_next_pgofs = &next_pgofs;
2353 map.m_next_pgofs = NULL;
3810 map.m_next_pgofs
[all...]
H A Dfile.c1697 struct f2fs_map_blocks map = { .m_next_pgofs = NULL,
2645 map.m_next_pgofs = &next_pgofs;
3296 map.m_next_pgofs = NULL;
H A Df2fs.h706 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member in struct:f2fs_map_blocks

Completed in 139 milliseconds