Lines Matching refs:next_pgofs
1207 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs) in f2fs_get_read_data_folio() argument
1231 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_folio()
1232 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_folio()
1239 if (next_pgofs) in f2fs_get_read_data_folio()
1240 *next_pgofs = index + 1; in f2fs_get_read_data_folio()
1283 pgoff_t *next_pgofs) in f2fs_find_data_folio() argument
1296 folio = f2fs_get_read_data_folio(inode, index, 0, false, next_pgofs); in f2fs_find_data_folio()
1902 pgoff_t next_pgofs; in f2fs_fiemap() local
1952 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
1966 start_blk = next_pgofs; in f2fs_fiemap()
4176 pgoff_t next_pgofs = 0; in f2fs_iomap_begin() local
4181 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin()
4227 iomap->length = F2FS_BLK_TO_BYTES(next_pgofs) - in f2fs_iomap_begin()