Home
last modified time | relevance | path

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

/linux-6.12.1/fs/f2fs/
Ddata.c1474 if (map->m_next_pgofs) in f2fs_map_no_dnode()
1475 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()
1652 if (map->m_next_pgofs) in f2fs_map_blocks()
1653 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1658 if (map->m_next_pgofs) in f2fs_map_blocks()
1659 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1663 if (map->m_next_pgofs) in f2fs_map_blocks()
1664 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1805 map.m_next_pgofs = NULL; in f2fs_overwrite_io()
1979 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
[all …]
Dfile.c1751 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()
2743 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3407 map.m_next_pgofs = NULL; in f2fs_precache_extents()
Df2fs.h712 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member