Searched refs:start_pos (Results 1 - 25 of 31) sorted by last modified time

12

/linux-master/drivers/android/
H A Dbinder.c6052 size_t start_pos = m->count; local
6081 m->count = start_pos;
6128 size_t start_pos = m->count; local
6188 m->count = start_pos;
/linux-master/fs/bcachefs/
H A Dec.c1927 struct bpos start_pos = bpos_max(min_pos, POS(0, c->ec_stripe_hint)); local
1939 for_each_btree_key_norestart(trans, iter, BTREE_ID_stripes, start_pos,
1942 if (start_pos.offset) {
1943 start_pos = min_pos;
1944 bch2_btree_iter_set_pos(&iter, start_pos);
H A Dmove.c1072 struct bbpos start = BBPOS(op.start_btree, op.start_pos);
H A Dbcachefs_ioctl.h210 struct bpos start_pos; member in struct:bch_ioctl_data
/linux-master/arch/arm64/kernel/
H A Dptrace.c619 unsigned int start_pos)
633 start_pos, start_pos + sizeof(newstate));
615 __fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, unsigned int start_pos) argument
/linux-master/drivers/net/can/
H A Dkvaser_pciefd.c1547 static int kvaser_pciefd_read_packet(struct kvaser_pciefd *pcie, int *start_pos, argument
1555 int pos = *start_pos;
1561 *start_pos = 0;
1622 if ((*start_pos + size) != pos)
1626 *start_pos = pos;
/linux-master/fs/f2fs/
H A Dfile.c4668 loff_t start_pos, loff_t end_pos)
4672 ret = filemap_write_and_wait_range(mapping, start_pos, end_pos);
4676 start_pos >> PAGE_SHIFT,
4667 f2fs_flush_buffered_write(struct address_space *mapping, loff_t start_pos, loff_t end_pos) argument
H A Df2fs.h3546 unsigned int start_pos, struct fscrypt_str *fstr);
H A Ddir.c974 unsigned int start_pos, struct fscrypt_str *fstr)
1005 ctx->pos = start_pos + bit_pos;
1048 ctx->pos = start_pos + bit_pos;
1064 loff_t start_pos = ctx->pos; local
1130 trace_f2fs_readdir(inode, start_pos, ctx->pos, err);
973 f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, unsigned int start_pos, struct fscrypt_str *fstr) argument
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c102 if (pos >= buf->start_pos &&
103 pos < buf->start_pos + buf->length) {
162 vhca_buf->start_pos + vhca_buf->length - *pos, *len);
170 offset = *pos - vhca_buf->start_pos;
189 if (*pos >= vhca_buf->start_pos + vhca_buf->length)
395 header_buf->start_pos = header_buf->migf->max_pos;
715 offset = *pos - vhca_buf->start_pos;
935 vhca_buf_header->start_pos = migf->max_pos;
963 vhca_buf->start_pos = migf->max_pos;
H A Dcmd.h57 loff_t start_pos; member in struct:mlx5_vhca_data_buffer
H A Dcmd.c597 header_buf->start_pos = header_buf->migf->max_pos;
636 async_data->buf->start_pos = migf->max_pos;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c357 DPU_REG_WRITE(c, INTF_TEAR_START_POS, te->start_pos);
362 (te->start_pos + te->sync_threshold_start + 1));
H A Ddpu_encoder_phys_cmd.c384 tc_cfg.start_pos = mode->vdisplay;
391 "tc enable %u start_pos %u rd_ptr_irq %u\n",
392 tc_enable, tc_cfg.start_pos, tc_cfg.rd_ptr_irq);
H A Ddpu_hw_pingpong.c98 DPU_REG_WRITE(c, PP_START_POS, te->start_pos);
103 (te->start_pos + te->sync_threshold_start + 1));
H A Ddpu_hw_mdss.h484 * @start_pos: The position from which the start_threshold value is added
498 u32 start_pos; member in struct:dpu_hw_tear_check
/linux-master/kernel/bpf/
H A Dlog.c97 if (new_end - log->start_pos >= log->len_total)
100 new_start = log->start_pos;
102 log->start_pos = new_start;
162 * start_pos to end up with an empty log (start_pos == end_pos)
165 if (log->end_pos < log->start_pos)
166 log->start_pos = log->end_pos;
238 if (log->start_pos == 0)
243 * that if log->start_pos != 0 then we definitely filled up entire log
245 * the left by (log->start_pos
[all...]
/linux-master/include/linux/
H A Dbpf_verifier.h578 * start_pos == 0 means we haven't truncated anything.
579 * Once truncation starts to happen, start_pos + len_total == end_pos,
580 * except during log reset situations, in which (end_pos - start_pos)
582 * Generally, (end_pos - start_pos) gives number of useful data in
585 u64 start_pos; member in struct:bpf_verifier_log
H A Dnetfs.h340 loff_t start_pos,
348 loff_t start_pos,
H A Dfscache.h475 * @start_pos: The beginning file offset in the cache file
485 * of the operation. @start_pos is the start position in the file, though if
505 loff_t start_pos,
512 return ops->read(cres, start_pos, iter, read_hole,
546 * @start_pos: The beginning file offset in the cache file
555 * indicates the size of the operation. @start_pos is the start position in
564 loff_t start_pos,
570 return ops->write(cres, start_pos, iter, term_func, term_func_priv);
504 fscache_read(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, enum netfs_read_from_hole read_hole, netfs_io_terminated_t term_func, void *term_func_priv) argument
563 fscache_write(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) argument
/linux-master/fs/btrfs/
H A Dfile.c134 u64 start_pos; local
146 start_pos = round_down(pos, fs_info->sectorsize);
147 num_bytes = round_up(write_bytes + pos - start_pos,
151 end_of_last_block = start_pos + num_bytes - 1;
157 clear_extent_bit(&inode->io_tree, start_pos, end_of_last_block,
161 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block,
170 start_pos, num_bytes);
172 start_pos, num_bytes);
174 start_pos, num_bytes);
987 u64 start_pos; local
1142 loff_t start_pos; local
[all...]
/linux-master/fs/cachefiles/
H A Dinternal.h253 loff_t start_pos,
H A Dio.c74 loff_t start_pos,
95 file, file_inode(file)->i_ino, start_pos, len,
102 loff_t off = start_pos, off2;
113 if (off2 == -ENXIO || off2 >= start_pos + len) {
139 ki->iocb.ki_pos = start_pos + skipped;
281 loff_t start_pos,
296 file, file_inode(file)->i_ino, start_pos, len,
308 ki->iocb.ki_pos = start_pos;
312 ki->start = start_pos;
360 loff_t start_pos,
73 cachefiles_read(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, enum netfs_read_from_hole read_hole, netfs_io_terminated_t term_func, void *term_func_priv) argument
279 __cachefiles_write(struct cachefiles_object *object, struct file *file, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) argument
359 cachefiles_write(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) argument
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl3519 my $start_pos = $-[1];
3532 $start_char = substr($rawline, $start_pos - 1, 1) if ($start_pos > ($in_commit_log ? 0 : 1));
/linux-master/include/trace/events/
H A Df2fs.h957 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err),
959 TP_ARGS(dir, start_pos, end_pos, err),
972 __entry->start = start_pos;
977 TP_printk("dev = (%d,%d), ino = %lu, start_pos:%llu, end_pos:%llu, err:%d",

Completed in 398 milliseconds

12