Home
last modified time | relevance | path

Searched refs:ntfs_index_ctx_cache (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ntfs/
H A Dntfs.h42 extern struct kmem_cache *ntfs_index_ctx_cache;
H A Dindex.c29 ictx = kmem_cache_alloc(ntfs_index_ctx_cache, GFP_NOFS); in ntfs_index_ctx_get()
60 kmem_cache_free(ntfs_index_ctx_cache, ictx); in ntfs_index_ctx_put()
H A Dsuper.c3049 struct kmem_cache *ntfs_index_ctx_cache; variable
3097 ntfs_index_ctx_cache = kmem_cache_create(ntfs_index_ctx_cache_name, in init_ntfs_fs()
3100 if (!ntfs_index_ctx_cache) { in init_ntfs_fs()
3163 kmem_cache_destroy(ntfs_index_ctx_cache); in init_ntfs_fs()
3187 kmem_cache_destroy(ntfs_index_ctx_cache); in exit_ntfs_fs()