| /linux/include/linux/ |
| H A D | regset.h | 266 const int start_pos, const int end_pos) in user_regset_copyin() argument 270 BUG_ON(*pos < start_pos); in user_regset_copyin() 274 data += *pos - start_pos; in user_regset_copyin() 292 const int start_pos, in user_regset_copyin_ignore() argument 297 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
| H A D | netfs.h | 333 loff_t start_pos, 341 loff_t start_pos,
|
| /linux/fs/cachefiles/ |
| H A D | io.c | 76 loff_t start_pos, in cachefiles_read() argument 97 file, file_inode(file)->i_ino, start_pos, len, in cachefiles_read() 104 loff_t off = start_pos, off2; in cachefiles_read() 115 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read() 141 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read() 283 loff_t start_pos, in __cachefiles_write() argument 298 file, file_inode(file)->i_ino, start_pos, len, in __cachefiles_write() 310 ki->iocb.ki_pos = start_pos; in __cachefiles_write() 314 ki->start = start_pos; in __cachefiles_write() 360 loff_t start_pos, in cachefiles_write() argument [all …]
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | migrate.c | 319 if (pos >= buf->start_pos && in virtiovf_get_data_buff_from_pos() 320 pos < buf->start_pos + buf->length) { in virtiovf_get_data_buff_from_pos() 344 vhca_buf->start_pos + vhca_buf->length - *pos, *len); in virtiovf_buf_read() 352 offset = *pos - vhca_buf->start_pos; in virtiovf_buf_read() 371 if (*pos >= vhca_buf->start_pos + vhca_buf->length) { in virtiovf_buf_read() 555 header_buf->start_pos = header_buf->migf->max_pos; in virtiovf_add_buf_header() 622 buf->start_pos = buf->migf->max_pos; in virtiovf_read_device_context_chunk() 780 offset = *pos - vhca_buf->start_pos; in virtiovf_append_page_to_mig_buf() 953 if (*pos < vhca_buf->start_pos) in virtiovf_resume_write() 987 vhca_buf_header->start_pos = migf->max_pos; in virtiovf_resume_write() [all …]
|
| H A D | common.h | 28 loff_t start_pos; member
|
| /linux/drivers/comedi/drivers/ |
| H A D | adl_pci9118.c | 410 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_samples_ready() local 411 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready() 434 if (dma_pos < start_pos) { in pci9118_ai_samples_ready() 436 x = start_pos - dma_pos; in pci9118_ai_samples_ready() 454 start_pos += span_len; in pci9118_ai_samples_ready() 467 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_dma_xfer() local 468 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer() 484 if (dma_pos < start_pos) { in pci9118_ai_dma_xfer() 486 x = start_pos - dma_pos; in pci9118_ai_dma_xfer() 504 start_pos += span_len; in pci9118_ai_dma_xfer()
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | main.c | 71 if (pos >= buf->start_pos && in mlx5vf_get_data_buff_from_pos() 72 pos < buf->start_pos + buf->length) { in mlx5vf_get_data_buff_from_pos() 131 vhca_buf->start_pos + vhca_buf->length - *pos, *len); in mlx5vf_buf_read() 139 offset = *pos - vhca_buf->start_pos; in mlx5vf_buf_read() 158 if (*pos >= vhca_buf->start_pos + vhca_buf->length) in mlx5vf_buf_read() 365 header_buf->start_pos = header_buf->migf->max_pos; in mlx5vf_add_stop_copy_header() 690 offset = *pos - vhca_buf->start_pos; in mlx5vf_append_page_to_mig_buf() 913 vhca_buf_header->start_pos = migf->max_pos; in mlx5vf_resume_write() 943 vhca_buf->start_pos = migf->max_pos; in mlx5vf_resume_write()
|
| H A D | cmd.h | 58 loff_t start_pos; member
|
| H A D | cmd.c | 656 header_buf->start_pos = header_buf->migf->max_pos; in add_buf_header() 695 async_data->buf->start_pos = migf->max_pos; in mlx5vf_save_callback()
|
| /linux/fs/f2fs/ |
| H A D | dir.c | 973 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() argument 1004 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 1047 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 1062 loff_t start_pos = ctx->pos; in f2fs_readdir() local 1126 trace_f2fs_readdir(inode, start_pos, ctx->pos, err); in f2fs_readdir()
|
| H A D | file.c | 5058 loff_t start_pos, loff_t end_pos) in f2fs_flush_buffered_write() argument 5062 ret = filemap_write_and_wait_range(mapping, start_pos, end_pos); in f2fs_flush_buffered_write() 5066 start_pos >> PAGE_SHIFT, in f2fs_flush_buffered_write()
|
| H A D | f2fs.h | 3766 unsigned int start_pos, struct fscrypt_str *fstr);
|
| /linux/fs/ext4/ |
| H A D | inode.c | 1696 loff_t start_pos; /* The start pos to write */ member 1722 if (mpd->start_pos >= mpd->next_pos) in mpage_release_unused_pages() 1728 start = EXT4_B_TO_LBLK(inode, mpd->start_pos); in mpage_release_unused_pages() 1741 index = mpd->start_pos >> PAGE_SHIFT; in mpage_release_unused_pages() 1750 if (folio_pos(folio) < mpd->start_pos) in mpage_release_unused_pages() 2056 mpd->start_pos += folio_size(folio); in mpage_folio_done() 2067 WARN_ON_ONCE(folio_pos(folio) != mpd->start_pos); in mpage_submit_folio() 2408 mpd->start_pos >> PAGE_SHIFT); in mpage_submit_partial_folio() 2430 mpd->start_pos = pos; in mpage_submit_partial_folio() 2530 disksize = mpd->start_pos; in mpage_map_and_submit_extent() [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_mdss.h | 399 u32 start_pos; member
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 245 loff_t start_pos, 251 loff_t start_pos,
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 999 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err), 1001 TP_ARGS(dir, start_pos, end_pos, err), 1014 __entry->start = start_pos;
|
| /linux/drivers/android/ |
| H A D | binder.c | 6484 size_t start_pos = m->count; in print_binder_thread_ilocked() local 6514 m->count = start_pos; in print_binder_thread_ilocked() 6614 size_t start_pos = m->count; in print_binder_proc() local 6665 m->count = start_pos; in print_binder_proc()
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 3561 my $start_pos = $-[1]; 3574 $start_char = substr($rawline, $start_pos - 1, 1) if ($start_pos > ($in_commit_log ? 0 : 1));
|