Home
last modified time | relevance | path

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

/linux/fs/ntfs/
A Dntfs.h41 extern struct kmem_cache *ntfs_attr_ctx_cache;
A Dsuper.c3039 struct kmem_cache *ntfs_attr_ctx_cache; variable
3095 ntfs_attr_ctx_cache = kmem_cache_create(ntfs_attr_ctx_cache_name, in init_ntfs_fs()
3098 if (!ntfs_attr_ctx_cache) { in init_ntfs_fs()
3152 kmem_cache_destroy(ntfs_attr_ctx_cache); in init_ntfs_fs()
3177 kmem_cache_destroy(ntfs_attr_ctx_cache); in exit_ntfs_fs()
A Dattrib.c1259 ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, GFP_NOFS); in ntfs_attr_get_search_ctx()
1276 kmem_cache_free(ntfs_attr_ctx_cache, ctx); in ntfs_attr_put_search_ctx()

Completed in 38 milliseconds