Searched refs:bio_post_read_ctx_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ext4/
H A Dreadpage.c51 static struct kmem_cache *bio_post_read_ctx_cache; variable in typeref:struct:kmem_cache
396 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT);
398 if (!bio_post_read_ctx_cache)
402 bio_post_read_ctx_cache);
408 kmem_cache_destroy(bio_post_read_ctx_cache);
416 kmem_cache_destroy(bio_post_read_ctx_cache);
/linux-master/fs/f2fs/
H A Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable in typeref:struct:kmem_cache
4096 bio_post_read_ctx_cache =
4099 if (!bio_post_read_ctx_cache)
4103 bio_post_read_ctx_cache);
4109 kmem_cache_destroy(bio_post_read_ctx_cache);
4117 kmem_cache_destroy(bio_post_read_ctx_cache);

Completed in 196 milliseconds