Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Ddata.c1402 map.m_next_pgofs = NULL; in f2fs_preallocate_blocks()
1523 if (map->m_next_pgofs) in f2fs_map_blocks()
1524 *map->m_next_pgofs = in f2fs_map_blocks()
1596 if (map->m_next_pgofs) in f2fs_map_blocks()
1597 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1602 if (map->m_next_pgofs) in f2fs_map_blocks()
1603 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1713 map.m_next_pgofs = NULL; in f2fs_overwrite_io()
1748 map.m_next_pgofs = next_pgofs; in __get_data_block()
1928 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
[all …]
Dfile.c1637 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()
2583 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3203 map.m_next_pgofs = NULL; in f2fs_precache_extents()
Df2fs.h624 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member