Searched refs:ntfs_inode_cache (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dntfs.h54 extern struct kmem_cache *ntfs_inode_cache;
H A Dsuper.c3022 struct kmem_cache *ntfs_inode_cache; variable in typeref:struct:kmem_cache
3063 static const char ntfs_inode_cache_name[] = "ntfs_inode_cache";
3113 ntfs_inode_cache = kmem_cache_create(ntfs_inode_cache_name,
3116 if (!ntfs_inode_cache) {
3149 kmem_cache_destroy(ntfs_inode_cache);
3171 kmem_cache_destroy(ntfs_inode_cache);
H A Dinode.c351 ni = kmem_cache_alloc(ntfs_inode_cache, GFP_NOFS);
366 kmem_cache_free(ntfs_inode_cache, ni);

Completed in 52 milliseconds