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.c1549 if (map->m_next_pgofs) in f2fs_map_no_dnode()
1550 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()
1738 if (map->m_next_pgofs) in f2fs_map_blocks()
1739 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1744 if (map->m_next_pgofs) in f2fs_map_blocks()
1745 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1749 if (map->m_next_pgofs) in f2fs_map_blocks()
1750 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1891 map.m_next_pgofs = NULL; in __f2fs_overwrite_io()
2043 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
[all …]
H A Dfile.c1869 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()
2940 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3630 map.m_next_pgofs = NULL; in f2fs_precache_extents()
H A Df2fs.h832 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member