Home
last modified time | relevance | path

Searched refs:next_pos (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Dxfarray.c825 loff_t next_pos; in xfarray_sort_scan() local
836 next_pos = folio_next_pos(si->folio); in xfarray_sort_scan()
837 si->last_folio_idx = xfarray_idx(si->array, next_pos - 1); in xfarray_sort_scan()
838 if (xfarray_pos(si->array, si->last_folio_idx + 1) > next_pos) in xfarray_sort_scan()
/linux/fs/erofs/
H A Dxattr.c262 erofs_off_t next_pos; in erofs_xattr_iter_inline() local
290 next_pos = it->pos + entry_sz; in erofs_xattr_iter_inline()
299 it->pos = next_pos; in erofs_xattr_iter_inline()
/linux/sound/pci/lx6464es/
H A Dlx_core.c974 const u32 next_pos = ((pos+1) == substream->runtime->periods) ? in lx_interrupt_request_new_buffer() local
1000 lx_stream->frame_pos = next_pos; in lx_interrupt_request_new_buffer()
/linux/fs/ext4/
H A Dinode.c1691 loff_t next_pos; /* Current pos to examine */ member
1716 if (mpd->start_pos >= mpd->next_pos) in mpage_release_unused_pages()
1723 last = mpd->next_pos >> inode->i_blkbits; in mpage_release_unused_pages()
1736 end = mpd->next_pos >> PAGE_SHIFT; in mpage_release_unused_pages()
2625 mpd->next_pos = mpd->start_pos; in mpage_prepare_extent_to_map()
2657 mpd->next_pos != folio_pos(folio)) in mpage_prepare_extent_to_map()
2716 mpd->next_pos = folio_next_pos(folio); in mpage_prepare_extent_to_map()
2935 mpd->next_pos, wbc); in ext4_do_writepages()
2974 mpd->next_pos, wbc, ret); in ext4_do_writepages()
/linux/fs/btrfs/
H A Dextent-tree.c6758 u64 next_pos = 0; in btrfs_trim_free_extents() local
6769 &group_trimmed, start, &next_pos); in btrfs_trim_free_extents()
6775 if (ret == -EAGAIN && next_pos > start) { in btrfs_trim_free_extents()
6778 start = next_pos; in btrfs_trim_free_extents()