Searched refs:get_context (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | superpipe.c | 143 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() function 629 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_release() 840 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_detach() 979 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_release() 981 ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE); in cxlflash_cxl_release() 1092 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_mmap_fault() 1167 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_mmap() 1332 ctxi = get_context(cfg, rctxid, NULL, 0); in cxlflash_disk_attach() 1629 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in cxlflash_afu_recover() 1786 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_verify() [all …]
|
D | superpipe.h | 136 struct ctx_info *get_context(struct cxlflash_cfg *, u64, void *, enum ctx_ctrl);
|
D | vlun.c | 767 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_vlun_resize() 974 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_virtual_open() 1158 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone() 1159 ctxi_dst = get_context(cfg, rctxid_dst, lli, 0); in cxlflash_disk_clone()
|
/linux-4.4.14/fs/fscache/ |
D | internal.h | 332 if (cookie->def->get_context) in fscache_get_context() 333 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
|
/linux-4.4.14/fs/nfs/ |
D | fscache-index.c | 334 .get_context = nfs_fh_get_context,
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs.h | 229 IB_UVERBS_DECLARE_CMD(get_context);
|
/linux-4.4.14/include/linux/ |
D | fscache.h | 130 void (*get_context)(void *cookie_netfs_data, void *context); member
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 147 void (*get_context)(void *cookie_netfs_data, void *context); 503 maintained with the get_context/put_context functions mentioned above.
|