Searched refs:get_context (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() function 656 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_release() 908 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_detach() 1007 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_release() 1009 ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE); in cxlflash_cxl_release() 1122 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_mmap_fault() 1195 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_mmap() 1360 ctxi = get_context(cfg, rctxid, NULL, 0); in cxlflash_disk_attach() 1689 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in cxlflash_afu_recover() 1853 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_verify() [all …]
|
H A D | backend.h | 30 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member
|
H A D | superpipe.h | 133 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
|
H A D | cxl_hw.c | 163 .get_context = cxlflash_get_context,
|
H A D | vlun.c | 770 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_vlun_resize() 1020 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_virtual_open() 1229 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone() 1230 ctxi_dst = get_context(cfg, rctxid_dst, lli, 0); in cxlflash_disk_clone()
|
H A D | ocxl_hw.c | 1385 .get_context = ocxlflash_get_context,
|
H A D | main.c | 2000 ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie); in init_mc()
|
/linux/fs/ubifs/ |
H A D | crypto.c | 92 .get_context = ubifs_crypt_get_context,
|
/linux/fs/ext4/ |
H A D | crypto.c | 234 .get_context = ext4_get_context,
|
/linux/fs/crypto/ |
H A D | policy.c | 449 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy() 626 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_nonce()
|
H A D | keysetup.c | 652 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
|
/linux/fs/ceph/ |
H A D | crypto.c | 137 .get_context = ceph_crypt_get_context,
|
/linux/include/linux/ |
H A D | fscrypt.h | 124 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
|
/linux/fs/f2fs/ |
H A D | super.c | 3236 .get_context = f2fs_get_context,
|