Searched refs:ntfs_big_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.h55 extern struct kmem_cache *ntfs_big_inode_cache;
H A Dsuper.c3023 struct kmem_cache *ntfs_big_inode_cache; variable in typeref:struct:kmem_cache
3064 static const char ntfs_big_inode_cache_name[] = "ntfs_big_inode_cache";
3122 ntfs_big_inode_cache = kmem_cache_create(ntfs_big_inode_cache_name,
3126 if (!ntfs_big_inode_cache) {
3147 kmem_cache_destroy(ntfs_big_inode_cache);
3170 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 94 milliseconds