Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c3064 static const char ntfs_index_ctx_cache_name[] = "ntfs_index_ctx_cache"; variable
3091 ntfs_index_ctx_cache = kmem_cache_create(ntfs_index_ctx_cache_name, in init_ntfs_fs()
3095 pr_crit("Failed to create %s!\n", ntfs_index_ctx_cache_name); in init_ntfs_fs()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dsuper.c3070 static const char ntfs_index_ctx_cache_name[] = "ntfs_index_ctx_cache"; variable
3097 ntfs_index_ctx_cache = kmem_cache_create(ntfs_index_ctx_cache_name, in init_ntfs_fs()
3101 pr_crit("Failed to create %s!\n", ntfs_index_ctx_cache_name); in init_ntfs_fs()

Completed in 7 milliseconds