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.c1583 if (map->m_next_pgofs) in f2fs_map_no_dnode()
1584 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()
1793 if (map->m_next_pgofs) in f2fs_map_blocks()
1794 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1799 if (map->m_next_pgofs) in f2fs_map_blocks()
1800 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1804 if (map->m_next_pgofs) in f2fs_map_blocks()
1805 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1946 map.m_next_pgofs = NULL; in __f2fs_overwrite_io()
2098 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
[all …]
H A Dfile.c1955 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()
3050 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3989 map.m_next_pgofs = NULL; in f2fs_precache_extents()
H A Df2fs.h846 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member