Lines Matching refs:next_pgofs
1284 pgoff_t *next_pgofs) in f2fs_get_read_data_page() argument
1310 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_page()
1311 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_page()
1318 if (next_pgofs) in f2fs_get_read_data_page()
1319 *next_pgofs = index + 1; in f2fs_get_read_data_page()
1364 pgoff_t *next_pgofs) in f2fs_find_data_page() argument
1374 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs); in f2fs_find_data_page()
1982 pgoff_t next_pgofs; in f2fs_fiemap() local
2033 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2047 start_blk = next_pgofs; in f2fs_fiemap()
4194 pgoff_t next_pgofs = 0; in f2fs_iomap_begin() local
4199 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin()
4235 iomap->length = blks_to_bytes(inode, next_pgofs) - in f2fs_iomap_begin()