Searched refs:next_pos (Results 1 – 3 of 3) sorted by relevance
72 loff_t next_pos; in hpfs_readdir() local154 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()
256 erofs_off_t next_pos; in erofs_xattr_iter_inline() local284 next_pos = it->pos + entry_sz; in erofs_xattr_iter_inline()293 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()