Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c1422 map.m_next_pgofs = NULL; in f2fs_preallocate_blocks()
1543 if (map->m_next_pgofs) in f2fs_map_blocks()
1544 *map->m_next_pgofs = in f2fs_map_blocks()
1609 if (map->m_next_pgofs) in f2fs_map_blocks()
1610 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1615 if (map->m_next_pgofs) in f2fs_map_blocks()
1616 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1726 map.m_next_pgofs = NULL; in f2fs_overwrite_io()
1761 map.m_next_pgofs = next_pgofs; in __get_data_block()
1941 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
[all …]
H A Dfile.c1645 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()
2653 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3343 map.m_next_pgofs = NULL; in f2fs_precache_extents()
H A Df2fs.h680 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member