Lines Matching refs:next_pgofs
1273 pgoff_t *next_pgofs)
1299 if (err == -ENOENT && next_pgofs)
1300 *next_pgofs = f2fs_get_next_page_offset(&dn, index);
1307 if (next_pgofs)
1308 *next_pgofs = index + 1;
1353 pgoff_t *next_pgofs)
1363 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs);
1969 pgoff_t next_pgofs;
2020 map.m_next_pgofs = &next_pgofs;
2034 start_blk = next_pgofs;
4214 pgoff_t next_pgofs = 0;
4219 map.m_next_pgofs = &next_pgofs;
4255 iomap->length = blks_to_bytes(inode, next_pgofs) -