/linux-6.3-rc2/include/linux/ |
A D | regset.h | 256 const int start_pos, const int end_pos) in user_regset_copyin() argument 260 BUG_ON(*pos < start_pos); in user_regset_copyin() 264 data += *pos - start_pos; in user_regset_copyin() 282 const int start_pos, in user_regset_copyin_ignore() argument 287 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
A D | fscache.h | 508 loff_t start_pos, in fscache_read() argument 515 return ops->read(cres, start_pos, iter, read_hole, in fscache_read() 567 loff_t start_pos, in fscache_write() argument 573 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write()
|
A D | netfs.h | 241 loff_t start_pos, 249 loff_t start_pos,
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | io.c | 74 loff_t start_pos, in cachefiles_read() argument 95 file, file_inode(file)->i_ino, start_pos, len, in cachefiles_read() 102 loff_t off = start_pos, off2; in cachefiles_read() 113 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read() 139 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read() 282 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() 371 loff_t start_pos, in cachefiles_write() argument [all …]
|
A D | internal.h | 240 loff_t start_pos,
|
/linux-6.3-rc2/drivers/vfio/pci/mlx5/ |
A D | main.c | 144 if (pos >= buf->start_pos && in mlx5vf_get_data_buff_from_pos() 145 pos < buf->start_pos + buf->length) { in mlx5vf_get_data_buff_from_pos() 169 vhca_buf->start_pos + vhca_buf->length - *pos, *len); in mlx5vf_buf_read() 177 offset = *pos - vhca_buf->start_pos; in mlx5vf_buf_read() 196 if (*pos >= vhca_buf->start_pos + vhca_buf->length) { in mlx5vf_buf_read() 338 header_buf->start_pos = header_buf->migf->max_pos; in mlx5vf_add_stop_copy_header() 447 info.dirty_bytes = buf->start_pos + buf->length - *pos; in mlx5vf_precopy_ioctl() 626 offset = *pos - vhca_buf->start_pos; in mlx5vf_append_page_to_mig_buf() 876 vhca_buf_header->start_pos = migf->max_pos; in mlx5vf_resume_write() 904 vhca_buf->start_pos = migf->max_pos; in mlx5vf_resume_write()
|
A D | cmd.h | 61 loff_t start_pos; member
|
A D | cmd.c | 521 header_buf->start_pos = header_buf->migf->max_pos; in add_buf_header() 553 async_data->buf->start_pos = migf->max_pos; in mlx5vf_save_callback()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | file.c | 135 u64 start_pos; in btrfs_dirty_pages() local 147 start_pos = round_down(pos, fs_info->sectorsize); in btrfs_dirty_pages() 148 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_pages() 152 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages() 983 u64 start_pos; in lock_and_cleanup_extent_if_need() local 988 start_pos = round_down(pos, fs_info->sectorsize); in lock_and_cleanup_extent_if_need() 991 if (start_pos < inode->vfs_inode.i_size) { in lock_and_cleanup_extent_if_need() 1010 last_pos - start_pos + 1); in lock_and_cleanup_extent_if_need() 1027 *lockstart = start_pos; in lock_and_cleanup_extent_if_need() 1136 loff_t start_pos; in btrfs_write_check() local [all …]
|
/linux-6.3-rc2/drivers/comedi/drivers/ |
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-6.3-rc2/scripts/ |
A D | kallsyms.c | 54 unsigned int start_pos; member 350 sym->start_pos = table_cnt; in read_map() 846 return sa->start_pos - sb->start_pos; in compare_symbols()
|
A D | checkpatch.pl | 3489 my $start_pos = $-[1]; 3502 $start_char = substr($rawline, $start_pos - 1, 1) if ($start_pos > ($in_commit_log ? 0 : 1));
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_pingpong.h | 26 u32 start_pos; member
|
A D | dpu_hw_pingpong.c | 114 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_setup_te_config() 119 (te->start_pos + te->sync_threshold_start + 1)); in dpu_hw_pp_setup_te_config()
|
A D | dpu_encoder_phys_cmd.c | 368 tc_cfg.start_pos = mode->vdisplay; in dpu_encoder_phys_cmd_tearcheck_config() 377 phys_enc->hw_pp->idx - PINGPONG_0, tc_enable, tc_cfg.start_pos, in dpu_encoder_phys_cmd_tearcheck_config()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | dir.c | 1003 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() argument 1035 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 1078 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 1094 loff_t start_pos = ctx->pos; in f2fs_readdir() local 1160 trace_f2fs_readdir(inode, start_pos, ctx->pos, err); in f2fs_readdir()
|
/linux-6.3-rc2/fs/fuse/ |
A D | dax.c | 871 loff_t start_pos = dmap->itn.start << FUSE_DAX_SHIFT; in dmap_writeback_invalidate() local 872 loff_t end_pos = (start_pos + FUSE_DAX_SZ - 1); in dmap_writeback_invalidate() 874 ret = filemap_fdatawrite_range(inode->i_mapping, start_pos, end_pos); in dmap_writeback_invalidate() 877 ret, start_pos, end_pos); in dmap_writeback_invalidate() 882 start_pos >> PAGE_SHIFT, in dmap_writeback_invalidate()
|
/linux-6.3-rc2/drivers/md/bcache/ |
A D | writeback.c | 706 struct bkey start_pos; in refill_dirty() local 723 start_pos = buf->last_scanned; in refill_dirty() 734 bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); in refill_dirty() 736 return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; in refill_dirty()
|
/linux-6.3-rc2/crypto/ |
A D | crypto_user_base.c | 226 const size_t start_pos = cb->args[0]; in crypto_dump_report() local 239 if (pos >= start_pos) { in crypto_dump_report()
|
/linux-6.3-rc2/drivers/net/can/ |
A D | kvaser_pciefd.c | 1582 static int kvaser_pciefd_read_packet(struct kvaser_pciefd *pcie, int *start_pos, in kvaser_pciefd_read_packet() argument 1590 int pos = *start_pos; in kvaser_pciefd_read_packet() 1596 *start_pos = 0; in kvaser_pciefd_read_packet() 1660 if ((*start_pos + size) != pos) in kvaser_pciefd_read_packet() 1664 *start_pos = pos; in kvaser_pciefd_read_packet()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | ptrace.c | 619 unsigned int start_pos) in __fpr_set() argument 633 start_pos, start_pos + sizeof(newstate)); in __fpr_set()
|
/linux-6.3-rc2/Documentation/filesystems/caching/ |
A D | netfs-api.rst | 245 loff_t start_pos, 251 loff_t start_pos,
|
/linux-6.3-rc2/include/trace/events/ |
A D | f2fs.h | 871 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err), 873 TP_ARGS(dir, start_pos, end_pos, err), 886 __entry->start = start_pos;
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | netfs_library.rst | 494 loff_t start_pos, 505 loff_t start_pos,
|
/linux-6.3-rc2/drivers/android/ |
A D | binder.c | 6018 size_t start_pos = m->count; in print_binder_thread_ilocked() local 6047 m->count = start_pos; in print_binder_thread_ilocked() 6096 size_t start_pos = m->count; in print_binder_proc() local 6156 m->count = start_pos; in print_binder_proc()
|