| /linux/lib/zstd/compress/ |
| H A D | zstd_opt.c | 1121 U32 cur, last_pos = 0; in ZSTD_compressBlock_opt_generic() local 1168 last_pos = maxML; in ZSTD_compressBlock_opt_generic() 1195 last_pos = pos-1; in ZSTD_compressBlock_opt_generic() 1201 for (cur = 1; cur <= last_pos; cur++) { in ZSTD_compressBlock_opt_generic() 1243 if (last_pos < cur+1) last_pos = cur+1; in ZSTD_compressBlock_opt_generic() 1267 if (cur == last_pos) break; in ZSTD_compressBlock_opt_generic() 1301 last_pos = cur + longestML; in ZSTD_compressBlock_opt_generic() 1319 if ((pos > last_pos) || (price < opt[pos].price)) { in ZSTD_compressBlock_opt_generic() 1322 while (last_pos < pos) { in ZSTD_compressBlock_opt_generic() 1324 last_pos++; in ZSTD_compressBlock_opt_generic() [all …]
|
| /linux/mm/ |
| H A D | page_io.c | 176 unsigned int pos, last_pos; in is_folio_zero_filled() local 180 last_pos = PAGE_SIZE / sizeof(*data) - 1; in is_folio_zero_filled() 188 if (data[last_pos]) { in is_folio_zero_filled() 192 for (pos = 0; pos < last_pos; pos++) { in is_folio_zero_filled()
|
| H A D | filemap.c | 2774 loff_t last_pos = ra->prev_pos; in filemap_read() local 2827 if (!pos_same_folio(iocb->ki_pos, last_pos - 1, in filemap_read() 2855 last_pos = iocb->ki_pos; in filemap_read() 2873 ra->prev_pos = last_pos; in filemap_read()
|
| /linux/fs/udf/ |
| H A D | inode.c | 286 loff_t last_pos; in udf_write_end() local 291 last_pos = pos + copied; in udf_write_end() 292 if (last_pos > inode->i_size) in udf_write_end() 293 i_size_write(inode, last_pos); in udf_write_end() 511 struct extent_position *last_pos, in udf_do_extend_file() argument 551 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 561 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 570 err = udf_next_aext(inode, last_pos, &tmploc, &tmplen, in udf_do_extend_file() 591 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 601 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() [all …]
|
| /linux/drivers/gpu/host1x/ |
| H A D | cdma.h | 67 unsigned int last_pos; /* last value written to DMAPUT */ member
|
| /linux/fs/ceph/ |
| H A D | file.c | 1789 u64 last_pos = (write_pos + write_len) - CEPH_FSCRYPT_BLOCK_SIZE; in ceph_sync_write() local 1797 if (first && last_pos == first_pos) in ceph_sync_write() 1805 ci->i_vino, first ? first_pos : last_pos, in ceph_sync_write() 1848 last_pos, CEPH_FSCRYPT_BLOCK_SIZE, in ceph_sync_write() 1863 offset_in_page(last_pos), in ceph_sync_write() 1895 offset_in_page(last_pos), in ceph_sync_write() 1911 offset_in_page(last_pos), in ceph_sync_write() 1926 offset_in_page(last_pos), in ceph_sync_write() 1957 offset_in_page(last_pos), in ceph_sync_write() 1958 last_pos >> CEPH_FSCRYPT_BLOCK_SHIFT); in ceph_sync_write()
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.h | 266 u32 last_pos; member
|
| /linux/fs/proc/ |
| H A D | internal.h | 395 loff_t last_pos; member
|
| H A D | task_mmu.c | 183 loff_t last_pos) in get_next_vma() argument 192 vma = lock_next_vma(lock_ctx->mm, &priv->iter, last_pos); in get_next_vma() 230 loff_t last_pos) in get_next_vma() argument 259 priv->last_pos = *ppos; in proc_get_vma() 310 *ppos = last_addr = priv->last_pos; in m_start()
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 350 loff_t last_pos = pos + copied; in orangefs_write_end() local 356 if (last_pos > inode->i_size) in orangefs_write_end() 357 i_size_write(inode, last_pos); in orangefs_write_end()
|
| /linux/drivers/block/zram/ |
| H A D | zram_drv.c | 348 unsigned int pos, last_pos = PAGE_SIZE / sizeof(*page) - 1; in page_same_filled() local 353 if (val != page[last_pos]) in page_same_filled() 356 for (pos = 1; pos < last_pos; pos++) { in page_same_filled()
|
| /linux/include/net/ |
| H A D | tcp.h | 2306 loff_t last_pos; member
|