Searched refs:next_pos (Results 1 – 4 of 4) sorted by relevance
262 erofs_off_t next_pos; in erofs_xattr_iter_inline() local290 next_pos = it->pos + entry_sz; in erofs_xattr_iter_inline()299 it->pos = next_pos; in erofs_xattr_iter_inline()
937 u64 next_pos; in ocfs2_zero_extend_range() local947 next_pos = (zero_pos & PAGE_MASK) + PAGE_SIZE; in ocfs2_zero_extend_range()948 if (next_pos > range_end) in ocfs2_zero_extend_range()949 next_pos = range_end; in ocfs2_zero_extend_range()950 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh); in ocfs2_zero_extend_range()955 zero_pos = next_pos; in ocfs2_zero_extend_range()
1699 loff_t next_pos; /* Current pos to examine */ member1724 if (mpd->start_pos >= mpd->next_pos) in mpage_release_unused_pages()1731 last = mpd->next_pos >> inode->i_blkbits; in mpage_release_unused_pages()1744 end = mpd->next_pos >> PAGE_SHIFT; in mpage_release_unused_pages()2646 mpd->next_pos = mpd->start_pos; in mpage_prepare_extent_to_map()2678 mpd->next_pos != folio_pos(folio)) in mpage_prepare_extent_to_map()2725 mpd->next_pos = folio_next_pos(folio); in mpage_prepare_extent_to_map()2945 mpd->next_pos, wbc); in ext4_do_writepages()2984 mpd->next_pos, wbc, ret); in ext4_do_writepages()
6741 u64 next_pos = 0; in btrfs_trim_free_extents() local6752 &group_trimmed, start, &next_pos); in btrfs_trim_free_extents()6758 if (ret == -EAGAIN && next_pos > start) { in btrfs_trim_free_extents()6761 start = next_pos; in btrfs_trim_free_extents()