Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddata.c1466 if (map->m_next_pgofs) in f2fs_map_no_dnode()
1467 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()
1654 if (map->m_next_pgofs) in f2fs_map_blocks()
1655 *map->m_next_pgofs = pgofs + 1; 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()
1666 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1806 map.m_next_pgofs = NULL; in f2fs_overwrite_io()
1951 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
[all …]
H A Dfile.c1858 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()
2928 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3616 map.m_next_pgofs = NULL; in f2fs_precache_extents()
H A Df2fs.h799 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member