Home
last modified time | relevance | path

Searched refs:put_context (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/cxlflash/
Dsuperpipe.c233 void put_context(struct ctx_info *ctxi) in put_context() function
696 put_context(ctxi); in _cxlflash_disk_release()
911 put_context(ctxi); in _cxlflash_disk_detach()
990 put_context(ctxi); in cxlflash_cxl_release()
1123 put_context(ctxi); in cxlflash_mmap_fault()
1186 put_context(ctxi); in cxlflash_cxl_mmap()
1450 put_context(ctxi); in cxlflash_disk_attach()
1459 put_context(ctxi); in cxlflash_disk_attach()
1677 put_context(ctxi); in cxlflash_afu_recover()
1689 put_context(ctxi); in cxlflash_afu_recover()
[all …]
Dsuperpipe.h137 void put_context(struct ctx_info *);
Dvlun.c796 put_context(ctxi); in _cxlflash_vlun_resize()
1013 put_context(ctxi); in cxlflash_disk_virtual_open()
1263 put_context(ctxi_src); in cxlflash_disk_clone()
1265 put_context(ctxi_dst); in cxlflash_disk_clone()
/linux-4.4.14/fs/fscache/
Dinternal.h343 if (cookie->def->put_context) in fscache_put_context()
344 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
/linux-4.4.14/fs/nfs/
Dfscache-index.c335 .put_context = nfs_fh_put_context,
/linux-4.4.14/include/linux/
Dfscache.h136 void (*put_context)(void *cookie_netfs_data, void *context); member
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt149 void (*put_context)(void *cookie_netfs_data, void *context);
503 maintained with the get_context/put_context functions mentioned above.