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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dntfs.h54 extern struct kmem_cache *ntfs_inode_cache;
H A Dsuper.c3019 struct kmem_cache *ntfs_inode_cache; variable in typeref:struct:kmem_cache
3059 static const char ntfs_inode_cache_name[] = "ntfs_inode_cache";
3109 ntfs_inode_cache = kmem_cache_create(ntfs_inode_cache_name,
3112 if (!ntfs_inode_cache) {
3145 kmem_cache_destroy(ntfs_inode_cache);
3167 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 107 milliseconds