Searched refs:get_context (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/scsi/cxlflash/
H A Dbackend.h30 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member in struct:cxlflash_backend_ops
H A Dcxl_hw.c163 .get_context = cxlflash_get_context,
H A Dsuperpipe.h135 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
H A Dsuperpipe.c141 * get_context() - obtains a validated and locked context reference
155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, function
240 * put_context() - release a context that was retrieved from get_context()
656 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK);
909 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK);
1009 ctxi = get_context(cfg, ctxid, file, ctrl);
1011 ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE);
1124 ctxi = get_context(cfg, ctxid, file, ctrl);
1197 ctxi = get_context(cfg, ctxid, file, ctrl);
1362 ctxi = get_context(cf
[all...]
H A Dvlun.c770 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK);
1021 ctxi = get_context(cfg, rctxid, lli, 0);
1230 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE);
1231 ctxi_dst = get_context(cfg, rctxid_dst, lli, 0);
H A Docxl_hw.c1385 .get_context = ocxlflash_get_context,
H A Dmain.c2000 ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie);
/linux-master/fs/ubifs/
H A Dcrypto.c92 .get_context = ubifs_crypt_get_context,
/linux-master/fs/ext4/
H A Dcrypto.c240 .get_context = ext4_get_context,
/linux-master/fs/crypto/
H A Dpolicy.c449 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
626 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
H A Dkeysetup.c652 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
/linux-master/fs/ceph/
H A Dcrypto.c137 .get_context = ceph_crypt_get_context,
/linux-master/include/linux/
H A Dfscrypt.h124 int (*get_context)(struct inode *inode, void *ctx, size_t len); member in struct:fscrypt_operations
/linux-master/fs/f2fs/
H A Dsuper.c3214 .get_context = f2fs_get_context,

Completed in 227 milliseconds