Lines Matching refs:next_pgofs
1280 pgoff_t *next_pgofs) in f2fs_get_read_data_page() argument
1306 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_page()
1307 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_page()
1314 if (next_pgofs) in f2fs_get_read_data_page()
1315 *next_pgofs = index + 1; in f2fs_get_read_data_page()
1360 pgoff_t *next_pgofs) in f2fs_find_data_page() argument
1370 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs); in f2fs_find_data_page()
1978 pgoff_t next_pgofs; in f2fs_fiemap() local
2029 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2043 start_blk = next_pgofs; in f2fs_fiemap()
4208 pgoff_t next_pgofs = 0; in f2fs_iomap_begin() local
4213 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin()
4249 iomap->length = blks_to_bytes(inode, next_pgofs) - in f2fs_iomap_begin()