Lines Matching refs:next_pgofs
1297 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs) in f2fs_get_read_data_folio() argument
1332 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_folio()
1333 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_folio()
1340 if (next_pgofs) in f2fs_get_read_data_folio()
1341 *next_pgofs = index + 1; in f2fs_get_read_data_folio()
1382 pgoff_t *next_pgofs) in f2fs_find_data_folio() argument
1395 folio = f2fs_get_read_data_folio(inode, index, 0, false, next_pgofs); in f2fs_find_data_folio()
2048 pgoff_t next_pgofs; in f2fs_fiemap() local
2098 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2112 start_blk = next_pgofs; in f2fs_fiemap()
2523 pgoff_t index, offset, next_pgofs = 0; in f2fs_read_data_large_folio() local
2562 } else if (index < next_pgofs) { in f2fs_read_data_large_folio()
2572 map.m_next_pgofs = &next_pgofs; in f2fs_read_data_large_folio()
2688 pgoff_t next_pgofs = 0; in f2fs_mpage_readpages() local
2709 map.m_next_pgofs = &next_pgofs; in f2fs_mpage_readpages()
4536 pgoff_t next_pgofs = 0; in f2fs_iomap_begin() local
4541 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin()
4594 iomap->length = F2FS_BLK_TO_BYTES(next_pgofs) - in f2fs_iomap_begin()