get_context        30 drivers/scsi/cxlflash/backend.h 	void * (*get_context)(struct pci_dev *dev, void *afu_cookie);
get_context       163 drivers/scsi/cxlflash/cxl_hw.c 	.get_context		= cxlflash_get_context,
get_context      2023 drivers/scsi/cxlflash/main.c 		ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie);
get_context      1385 drivers/scsi/cxlflash/ocxl_hw.c 	.get_context		= ocxlflash_get_context,
get_context       656 drivers/scsi/cxlflash/superpipe.c 		ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK);
get_context       909 drivers/scsi/cxlflash/superpipe.c 		ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK);
get_context      1009 drivers/scsi/cxlflash/superpipe.c 	ctxi = get_context(cfg, ctxid, file, ctrl);
get_context      1011 drivers/scsi/cxlflash/superpipe.c 		ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE);
get_context      1124 drivers/scsi/cxlflash/superpipe.c 	ctxi = get_context(cfg, ctxid, file, ctrl);
get_context      1197 drivers/scsi/cxlflash/superpipe.c 	ctxi = get_context(cfg, ctxid, file, ctrl);
get_context      1362 drivers/scsi/cxlflash/superpipe.c 		ctxi = get_context(cfg, rctxid, NULL, 0);
get_context      1691 drivers/scsi/cxlflash/superpipe.c 	ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK);
get_context      1856 drivers/scsi/cxlflash/superpipe.c 	ctxi = get_context(cfg, rctxid, lli, 0);
get_context      1993 drivers/scsi/cxlflash/superpipe.c 	ctxi = get_context(cfg, rctxid, lli, 0);
get_context       135 drivers/scsi/cxlflash/superpipe.h struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
get_context       770 drivers/scsi/cxlflash/vlun.c 		ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK);
get_context      1021 drivers/scsi/cxlflash/vlun.c 	ctxi = get_context(cfg, rctxid, lli, 0);
get_context      1230 drivers/scsi/cxlflash/vlun.c 	ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE);
get_context      1231 drivers/scsi/cxlflash/vlun.c 	ctxi_dst = get_context(cfg, rctxid_dst, lli, 0);
get_context       436 fs/crypto/keysetup.c 	res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
get_context       224 fs/crypto/policy.c 	ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
get_context      1361 fs/ext4/super.c 	.get_context		= ext4_get_context,
get_context      2318 fs/f2fs/super.c 	.get_context	= f2fs_get_context,
get_context       333 fs/fscache/internal.h 	if (cookie->def->get_context)
get_context       334 fs/fscache/internal.h 		cookie->def->get_context(cookie->netfs_data, context);
get_context       138 fs/nfs/fscache-index.c 	.get_context	= nfs_fh_get_context,
get_context        82 fs/ubifs/crypto.c 	.get_context		= ubifs_crypt_get_context,
get_context        97 include/linux/fscache.h 	void (*get_context)(void *cookie_netfs_data, void *context);
get_context        60 include/linux/fscrypt.h 	int (*get_context)(struct inode *, void *, size_t);