Home
last modified time | relevance | path

Searched refs:next_pgofs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/f2fs/
Ddata.c1889 pgoff_t next_pgofs; in f2fs_fiemap() local
1940 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
1954 start_blk = next_pgofs; in f2fs_fiemap()
4113 pgoff_t next_pgofs = 0; in f2fs_iomap_begin() local
4118 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin()
4151 iomap->length = blks_to_bytes(inode, next_pgofs) - in f2fs_iomap_begin()
Dfile.c2547 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
2584 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
2598 map.m_lblk = next_pgofs; in f2fs_defragment_range()
2645 map.m_lblk = next_pgofs; in f2fs_defragment_range()