Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dfscache-index.c141 .put_context = nfs_fh_put_context,
/Linux-v4.19/drivers/scsi/cxlflash/
Dsuperpipe.c249 void put_context(struct ctx_info *ctxi) in put_context() function
731 put_context(ctxi); in _cxlflash_disk_release()
957 put_context(ctxi); in _cxlflash_disk_detach()
1024 put_context(ctxi); in cxlflash_cxl_release()
1157 put_context(ctxi); in cxlflash_mmap_fault()
1219 put_context(ctxi); in cxlflash_cxl_mmap()
1488 put_context(ctxi); in cxlflash_disk_attach()
1750 put_context(ctxi); in cxlflash_afu_recover()
1762 put_context(ctxi); in cxlflash_afu_recover()
1915 put_context(ctxi); in cxlflash_disk_verify()
[all …]
Dsuperpipe.h141 void put_context(struct ctx_info *ctxi);
Dvlun.c820 put_context(ctxi); in _cxlflash_vlun_resize()
1067 put_context(ctxi); in cxlflash_disk_virtual_open()
1331 put_context(ctxi_src); in cxlflash_disk_clone()
1333 put_context(ctxi_dst); in cxlflash_disk_clone()
/Linux-v4.19/fs/fscache/
Dinternal.h348 if (cookie->def->put_context) in fscache_put_context()
349 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
/Linux-v4.19/include/linux/
Dfscache.h107 void (*put_context)(void *cookie_netfs_data, void *context); member
/Linux-v4.19/Documentation/filesystems/caching/
Dnetfs-api.txt139 void (*put_context)(void *cookie_netfs_data, void *context);
482 maintained with the get_context/put_context functions mentioned above.