Searched refs:cookie (Results 126 - 150 of 865) sorted by last modified time

1234567891011>>

/linux-master/fs/nfs/
H A Dnfs4proc.c315 static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry, argument
321 if (cookie > 2) {
322 readdir->cookie = cookie;
327 readdir->cookie = 0;
329 if (cookie == 2)
335 * have cookie 0 and '..' have cookie 1. Note that
336 * when talking to the server, we always send cookie 0
341 if (cookie
7926 u64 cookie; local
[all...]
H A Dfscache.c41 * Get the per-client index cookie for an NFS client if the appropriate mount
43 * - We always try and get an index cookie for the client, but get filehandle
82 * Get the cache cookie for an NFS superblock.
149 * release a per-superblock cookie
161 * Initialise the per-inode cache cookie pointer for an NFS inode.
189 * Release a per-inode cookie.
199 * The cookie is allocated when the inode is initialised, but is not enabled at
219 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode)); local
222 if (!fscache_cookie_valid(cookie))
225 fscache_use_cookie(cookie, open_for_writ
237 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode)); local
[all...]
/linux-master/fs/bcachefs/
H A Drebalance.c39 struct bkey_i_cookie *cookie; local
52 ? le64_to_cpu(bkey_s_c_to_cookie(k).v->cookie)
55 cookie = bch2_trans_kmalloc(trans, sizeof(*cookie));
56 ret = PTR_ERR_OR_ZERO(cookie);
60 bkey_cookie_init(&cookie->k_i);
61 cookie->k.p = iter.pos;
62 cookie->v.cookie = cpu_to_le64(v + 1);
64 ret = bch2_trans_update(trans, &iter, &cookie
83 bch2_clear_rebalance_needs_scan(struct btree_trans *trans, u64 inum, u64 cookie) argument
269 do_rebalance_scan(struct moving_context *ctxt, u64 inum, u64 cookie) argument
[all...]
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c11941 .cookie = &mpt2sas_driver_template,
11982 .cookie = &mpt3sas_driver_template,
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c172 unsigned long length, unsigned long *cookie,
179 *cookie = retbuf[0];
743 static int ibmvfc_send_sub_crq(struct ibmvfc_host *vhost, u64 cookie, u64 word1, argument
748 return plpar_hcall_norets(H_SEND_SUB_CRQ, vdev->unit_address, cookie,
5091 setup_buf->channel_handles[i] = cpu_to_be64(scrqs->scrqs[i].cookie);
5925 &scrq->cookie, &scrq->hw_irq);
5975 rc = plpar_hcall_norets(H_FREE_SUB_CRQ, vdev->unit_address, scrq->cookie);
5999 scrq->cookie);
171 h_reg_sub_crq(unsigned long unit_address, unsigned long ioba, unsigned long length, unsigned long *cookie, unsigned long *irq) argument
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c1448 io_req = (struct csio_ioreq *) ((uintptr_t) wr_cmd->cookie);
1697 wr->cookie = io_req->fw_handle;
/linux-master/drivers/nvdimm/
H A Dbus.c486 static void nd_async_device_register(void *d, async_cookie_t cookie) argument
499 static void nd_async_device_unregister(void *d, async_cookie_t cookie) argument
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c373 dma_cookie_t cookie; local
400 cookie = dmaengine_submit(tx);
401 if (dma_submit_error(cookie)) {
/linux-master/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c562 dma_cookie_t cookie; local
578 cookie = dmaengine_submit(desc);
579 ret = dma_submit_error(cookie);
640 dma_cookie_t cookie; local
653 cookie = dmaengine_submit(desc);
654 ret = dma_submit_error(cookie);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c659 ctx->dst_bufs[i].cookie.raw.luma);
660 writel(ctx->dst_bufs[i].cookie.raw.luma,
663 ctx->dst_bufs[i].cookie.raw.chroma);
664 writel(ctx->dst_bufs[i].cookie.raw.chroma,
669 ->dst_bufs[i].cookie.raw.chroma_1);
670 writel(ctx->dst_bufs[i].cookie.raw.chroma_1, mfc_regs->d_third_plane_dpb +
H A Ds5p_mfc_opr_v5.c474 ctx->dst_bufs[i].cookie.raw.luma);
475 mfc_write(dev, OFFSETB(ctx->dst_bufs[i].cookie.raw.luma),
478 ctx->dst_bufs[i].cookie.raw.chroma);
479 mfc_write(dev, OFFSETA(ctx->dst_bufs[i].cookie.raw.chroma),
H A Ds5p_mfc_enc.c2408 mfc_err("failed to get plane cookie\n");
2411 mfc_debug(2, "index: %d, plane[%d] cookie: %pad\n",
2490 ctx->dst_bufs[i].cookie.stream =
2499 ctx->src_bufs[i].cookie.raw.luma =
2501 ctx->src_bufs[i].cookie.raw.chroma =
2506 ctx->src_bufs[i].cookie.raw.chroma_1 =
H A Ds5p_mfc_dec.c1036 ctx->dst_bufs[i].cookie.raw.luma =
1038 ctx->dst_bufs[i].cookie.raw.chroma =
1042 ctx->dst_bufs[i].cookie.raw.chroma_1 =
1059 ctx->src_bufs[i].cookie.stream =
H A Ds5p_mfc_common.h188 } cookie; member in struct:s5p_mfc_buf
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c640 dma_cookie_t cookie[3]; member in struct:pxa_buffer
900 buf->cookie[i] = dmaengine_submit(buf->descs[i]);
902 "%s (channel=%d) : submit vb=%p cookie=%d\n",
903 __func__, i, buf, buf->descs[i]->cookie);
968 * @last_submitted: an opaque DMA cookie for last submitted
969 * @last_issued: an opaque DMA cookie for last issued
1052 last_buf->cookie[chan],
1067 pxa_camera_check_link_miss(pcdev, last_buf->cookie[chan],
/linux-master/drivers/i2c/busses/
H A Di2c-sh_mobile.c514 dma_cookie_t cookie; local
551 cookie = dmaengine_submit(txdesc);
552 if (dma_submit_error(cookie)) {
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dma.c1264 * @cookie: Transaction identifier
1270 dma_cookie_t cookie,
1279 ret = dma_cookie_status(dchan, cookie, txstate);
1988 * Return: cookie value on success and failure value on error
1994 dma_cookie_t cookie; local
2015 cookie = dma_cookie_assign(tx);
2027 return cookie;
1269 xilinx_dma_tx_status(struct dma_chan *dchan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
/linux-master/drivers/dma/
H A Dfsl-edma-common.c405 dma_cookie_t cookie, struct dma_tx_state *txstate)
412 status = dma_cookie_status(chan, cookie, txstate);
420 vdesc = vchan_find_desc(&fsl_chan->vchan, cookie);
421 if (fsl_chan->edesc && cookie == fsl_chan->edesc->vdesc.tx.cookie)
404 fsl_edma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
H A Dfsl-edma-common.h466 dma_cookie_t cookie, struct dma_tx_state *txstate);
H A Damba-pl08x.c1544 dma_cookie_t cookie, struct dma_tx_state *txstate)
1552 ret = dma_cookie_status(chan, cookie, txstate);
1567 ret = dma_cookie_status(chan, cookie, txstate);
1569 vd = vchan_find_desc(&plchan->vc, cookie);
1584 * This cookie not complete yet
1543 pl08x_dma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
/linux-master/arch/sparc/kernel/
H A Dldc.c1012 static unsigned long ldc_cookie_to_index(u64 cookie, void *arg) argument
1014 u64 szcode = cookie >> COOKIE_PGSZ_CODE_SHIFT;
1017 cookie &= ~COOKIE_PGSZ_CODE;
1019 return (cookie >> (13ULL + (szcode * 3ULL)));
1022 static void ldc_demap(struct ldc_iommu *iommu, unsigned long id, u64 cookie, argument
1028 shift = (cookie >> COOKIE_PGSZ_CODE_SHIFT) * 3;
1031 if (base->cookie)
1032 sun4v_ldc_revoke(id, cookie + (i << shift),
1033 base->cookie);
2234 u64 cookie, u6
2233 free_npages(unsigned long id, struct ldc_iommu *iommu, u64 cookie, u64 size) argument
[all...]
H A Dirq_64.c120 /* Major version 2.0 of HV_GRP_INTR added support for the VIRQ cookie
135 * support using the cookie interface, and any attempt to use the
143 * if we want to move completely over the cookie based VIRQs we must
171 pr_info("SUN4V: Using IRQ API major %d, cookie only virqs %s\n",
257 unsigned long hv_err, cookie; local
261 hv_err = sun4v_vintr_get_cookie(devhandle, devino, &cookie);
263 pr_err("HV get cookie failed hv_err = %ld\n", hv_err);
267 if (cookie & ((1UL << 63UL))) {
268 cookie = ~cookie;
683 unsigned long hv_error, cookie; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dhypervisor.h1736 * RET1: cookie
1745 * ARG2: cookie
1813 unsigned long *cookie);
1816 unsigned long cookie);
3030 * hypervisor invalidation cookie.
3053 unsigned long cookie; member in struct:ldc_mtable_entry
3108 * ARG1: cookie
3127 * ARG1: cookie
3128 * ARG2: ldc_mtable_entry cookie
3171 unsigned long cookie,
[all...]
/linux-master/sound/soc/
H A Dsoc-dapm.c1799 static void dapm_pre_sequence_async(void *data, async_cookie_t cookie) argument
1807 if (d->dev && cookie)
1831 static void dapm_post_sequence_async(void *data, async_cookie_t cookie) argument
1854 if (d->dev && cookie)
/linux-master/mm/
H A Dpage-writeback.c2792 struct wb_lock_cookie cookie = {}; local
2794 wb = unlocked_inode_to_wb_begin(inode, &cookie);
2798 unlocked_inode_to_wb_end(inode, &cookie);
2883 struct wb_lock_cookie cookie = {}; local
2886 wb = unlocked_inode_to_wb_begin(inode, &cookie);
2891 unlocked_inode_to_wb_end(inode, &cookie);
2923 struct wb_lock_cookie cookie = {}; local
2960 wb = unlocked_inode_to_wb_begin(inode, &cookie);
2968 unlocked_inode_to_wb_end(inode, &cookie);

Completed in 688 milliseconds

1234567891011>>