Home
last modified time | relevance | path

Searched refs:next_pos (Results 1 – 3 of 3) 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.c256 erofs_off_t next_pos; in erofs_xattr_iter_inline() local
284 next_pos = it->pos + entry_sz; in erofs_xattr_iter_inline()
293 it->pos = next_pos; in erofs_xattr_iter_inline()
/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()