dio_cache         154 fs/direct-io.c static struct kmem_cache *dio_cache __read_mostly;
dio_cache         333 fs/direct-io.c 	kmem_cache_free(dio_cache, dio);
dio_cache        1199 fs/direct-io.c 	dio = kmem_cache_alloc(dio_cache, GFP_KERNEL);
dio_cache        1223 fs/direct-io.c 				kmem_cache_free(dio_cache, dio);
dio_cache        1234 fs/direct-io.c 		kmem_cache_free(dio_cache, dio);
dio_cache        1285 fs/direct-io.c 			kmem_cache_free(dio_cache, dio);
dio_cache        1420 fs/direct-io.c 	dio_cache = KMEM_CACHE(dio, SLAB_PANIC);