Home
last modified time | relevance | path

Searched refs:m_next_pgofs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c1540 if (map->m_next_pgofs) in f2fs_map_no_dnode()
1541 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()
1701 if (map->m_next_pgofs) in f2fs_map_blocks()
1702 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1708 if (map->m_next_pgofs) in f2fs_map_blocks()
1709 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1846 map.m_next_pgofs = NULL; in f2fs_overwrite_io()
2020 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2430 map.m_next_pgofs = NULL; in f2fs_mpage_readpages()
3889 map.m_next_pgofs in f2fs_bmap()
[all...]
H A Dfile.c1676 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in f2fs_expand_inode_data()
2617 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3257 map.m_next_pgofs = NULL; in f2fs_precache_extents()
H A Df2fs.h697 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c1450 map.m_next_pgofs = NULL; in f2fs_preallocate_blocks()
1575 if (map->m_next_pgofs) in f2fs_map_blocks()
1576 *map->m_next_pgofs = in f2fs_map_blocks()
1641 if (map->m_next_pgofs) in f2fs_map_blocks()
1642 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1647 if (map->m_next_pgofs) in f2fs_map_blocks()
1648 *map->m_next_pgofs = pgofs + 1; in f2fs_map_blocks()
1758 map.m_next_pgofs = NULL; in f2fs_overwrite_io()
1783 map.m_next_pgofs = next_pgofs; in __get_data_block()
2409 map.m_next_pgofs in f2fs_mpage_readpages()
[all...]
H A Dfile.c1621 struct f2fs_map_blocks map = { .m_next_pgofs = NULL, in expand_inode_data()
2628 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3324 map.m_next_pgofs = NULL; in f2fs_precache_extents()
H A Df2fs.h616 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */ member

Completed in 36 milliseconds