Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 20 of 20) sorted by relevance

/linux/fs/cachefiles/
A Dio.c59 loff_t start_pos, in cachefiles_read() argument
72 file, file_inode(file)->i_ino, start_pos, len, in cachefiles_read()
79 loff_t off = start_pos, off2; in cachefiles_read()
88 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read()
110 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read()
183 loff_t start_pos, in cachefiles_write() argument
196 file, file_inode(file)->i_ino, start_pos, len, in cachefiles_write()
205 ki->iocb.ki_pos = start_pos; in cachefiles_write()
209 ki->start = start_pos; in cachefiles_write()
/linux/include/linux/
A Dregset.h256 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 Dnetfs.h208 loff_t start_pos,
216 loff_t start_pos,
/linux/fs/btrfs/
A Dfile.c478 u64 start_pos; in btrfs_dirty_pages() local
490 start_pos = round_down(pos, fs_info->sectorsize); in btrfs_dirty_pages()
495 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages()
1447 u64 start_pos; in lock_and_cleanup_extent_if_need() local
1452 start_pos = round_down(pos, fs_info->sectorsize); in lock_and_cleanup_extent_if_need()
1455 if (start_pos < inode->vfs_inode.i_size) { in lock_and_cleanup_extent_if_need()
1461 last_pos - start_pos + 1); in lock_and_cleanup_extent_if_need()
1478 *lockstart = start_pos; in lock_and_cleanup_extent_if_need()
1610 loff_t start_pos; in btrfs_write_check() local
1640 start_pos = round_down(pos, fs_info->sectorsize); in btrfs_write_check()
[all …]
/linux/scripts/
A Dkallsyms.c35 unsigned int start_pos; member
324 sym->start_pos = table_cnt; in read_map()
725 return sa->start_pos - sb->start_pos; in compare_symbols()
A Dcheckpatch.pl3395 my $start_pos = $-[1];
3408 $start_char = substr($rawline, $start_pos - 1, 1) if ($start_pos > ($in_commit_log ? 0 : 1));
/linux/drivers/comedi/drivers/
A Dadl_pci9118.c411 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_samples_ready() local
412 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready()
435 if (dma_pos < start_pos) { in pci9118_ai_samples_ready()
437 x = start_pos - dma_pos; in pci9118_ai_samples_ready()
455 start_pos += span_len; in pci9118_ai_samples_ready()
468 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_dma_xfer() local
469 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer()
485 if (dma_pos < start_pos) { in pci9118_ai_dma_xfer()
487 x = start_pos - dma_pos; in pci9118_ai_dma_xfer()
505 start_pos += span_len; in pci9118_ai_dma_xfer()
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_pingpong.c114 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 Ddpu_hw_pingpong.h27 u32 start_pos; member
A Ddpu_encoder_phys_cmd.c377 tc_cfg.start_pos = mode->vdisplay; in dpu_encoder_phys_cmd_tearcheck_config()
386 phys_enc->hw_pp->idx - PINGPONG_0, tc_enable, tc_cfg.start_pos, in dpu_encoder_phys_cmd_tearcheck_config()
/linux/fs/fuse/
A Ddax.c871 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/fs/f2fs/
A Ddir.c994 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() argument
1026 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries()
1068 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries()
1084 loff_t start_pos = ctx->pos; in f2fs_readdir() local
1146 trace_f2fs_readdir(inode, start_pos, ctx->pos, err); in f2fs_readdir()
A Df2fs.h3332 unsigned int start_pos, struct fscrypt_str *fstr);
/linux/drivers/md/bcache/
A Dwriteback.c664 struct bkey start_pos; in refill_dirty() local
681 start_pos = buf->last_scanned; in refill_dirty()
692 bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); in refill_dirty()
694 return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; in refill_dirty()
/linux/crypto/
A Dcrypto_user_base.c226 const size_t start_pos = cb->args[0]; in crypto_dump_report() local
239 if (pos >= start_pos) { in crypto_dump_report()
/linux/drivers/net/can/
A Dkvaser_pciefd.c1582 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/arch/arm64/kernel/
A Dptrace.c625 unsigned int start_pos) in __fpr_set() argument
639 start_pos, start_pos + sizeof(newstate)); in __fpr_set()
/linux/include/trace/events/
A Df2fs.h870 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err),
872 TP_ARGS(dir, start_pos, end_pos, err),
885 __entry->start = start_pos;
/linux/Documentation/filesystems/
A Dnetfs_library.rst450 loff_t start_pos,
460 loff_t start_pos,
/linux/drivers/android/
A Dbinder.c5456 size_t start_pos = m->count; in print_binder_thread_ilocked() local
5485 m->count = start_pos; in print_binder_thread_ilocked()
5534 size_t start_pos = m->count; in print_binder_proc() local
5594 m->count = start_pos; in print_binder_proc()

Completed in 152 milliseconds