Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Ddir.c72 loff_t next_pos; in hpfs_readdir() local
154 next_pos = ctx->pos; in hpfs_readdir()
155 if (!(de = map_pos_dirent(inode, &next_pos, &qbh))) { in hpfs_readdir()
156 ctx->pos = next_pos; in hpfs_readdir()
169 ctx->pos = next_pos; in hpfs_readdir()
178 ctx->pos = next_pos; in hpfs_readdir()
/linux/fs/erofs/
H A Dxattr.c264 erofs_off_t next_pos; in erofs_xattr_iter_inline()
292 next_pos = it->pos + entry_sz; in erofs_xattr_iter_inline()
301 it->pos = next_pos; in erofs_xattr_iter_shared()
256 erofs_off_t next_pos; erofs_xattr_iter_inline() local
/linux/fs/ocfs2/
H A Dfile.c937 u64 next_pos; in ocfs2_zero_extend_range() local
947 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()
/linux/fs/ext4/
H A Dinode.c1702 loff_t next_pos; /* Current pos to examine */
1726 /* This is necessary when next_pos == 0. */ in mpage_release_unused_pages()
1727 if (mpd->start_pos >= mpd->next_pos) in mpage_release_unused_pages()
1734 last = mpd->next_pos >> inode->i_blkbits; in mpage_release_unused_pages()
1747 end = mpd->next_pos >> PAGE_SHIFT; in mpage_release_unused_pages()
2635 mpd->next_pos = mpd->start_pos; in mpage_prepare_extent_to_map()
2667 mpd->next_pos != folio_pos(folio)) in mpage_prepare_extent_to_map()
2714 mpd->next_pos = folio_next_pos(folio); in mpage_prepare_extent_to_map()
2934 mpd->next_pos, wbc); in ext4_do_writepages()
2973 mpd->next_pos, wb in ext4_do_writepages()
1700 loff_t next_pos; /* Current pos to examine */ global() member
[all...]
/linux/fs/btrfs/
H A Dextent-tree.c6741 u64 next_pos = 0; in btrfs_trim_free_extents()
6752 &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()
6744 u64 next_pos = 0; btrfs_trim_free_extents() local