Searched refs:ntfs_big_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.h55 extern struct kmem_cache *ntfs_big_inode_cache;
H A Dsuper.c3020 struct kmem_cache *ntfs_big_inode_cache; variable in typeref:struct:kmem_cache
3060 static const char ntfs_big_inode_cache_name[] = "ntfs_big_inode_cache";
3118 ntfs_big_inode_cache = kmem_cache_create(ntfs_big_inode_cache_name,
3122 if (!ntfs_big_inode_cache) {
3143 kmem_cache_destroy(ntfs_big_inode_cache);
3166 kmem_cache_destroy(ntfs_big_inode_cache);
H A Dinode.c326 ni = kmem_cache_alloc(ntfs_big_inode_cache, GFP_NOFS);
343 kmem_cache_free(ntfs_big_inode_cache, NTFS_I(inode));

Completed in 65 milliseconds