/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
D | superpipe.c | 155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() function 655 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() 1008 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_release() 1010 ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE); in cxlflash_cxl_release() 1123 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_mmap_fault() 1196 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_mmap() 1361 ctxi = get_context(cfg, rctxid, NULL, 0); in cxlflash_disk_attach() 1690 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in cxlflash_afu_recover() 1854 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_verify() [all …]
|
D | backend.h | 30 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member
|
D | superpipe.h | 135 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
|
D | cxl_hw.c | 163 .get_context = cxlflash_get_context,
|
D | vlun.c | 770 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_vlun_resize() 1021 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_virtual_open() 1230 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone() 1231 ctxi_dst = get_context(cfg, rctxid_dst, lli, 0); in cxlflash_disk_clone()
|
D | ocxl_hw.c | 1382 .get_context = ocxlflash_get_context,
|
D | main.c | 2018 ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie); in init_mc()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | fscache-index.c | 138 .get_context = nfs_fh_get_context,
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | crypto.c | 82 .get_context = ubifs_crypt_get_context,
|
/kernel/linux/linux-5.10/fs/fscache/ |
D | internal.h | 335 if (cookie->def->get_context) in fscache_get_context() 336 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | policy.c | 382 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy() 559 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_nonce()
|
D | keysetup.c | 627 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fscache.h | 97 void (*get_context)(void *cookie_netfs_data, void *context); member
|
D | fscrypt.h | 61 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | netfs-api.rst | 136 void (*get_context)(void *cookie_netfs_data, void *context); 476 maintained with the get_context/put_context functions mentioned above.
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | super.c | 2644 .get_context = f2fs_get_context,
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | super.c | 1570 .get_context = ext4_get_context,
|