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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dsuper.c562 static struct kmem_cache *hfsplus_inode_cachep; variable in typeref:struct:kmem_cache
568 i = kmem_cache_alloc(hfsplus_inode_cachep, GFP_KERNEL);
574 kmem_cache_free(hfsplus_inode_cachep, &HFSPLUS_I(inode));
606 hfsplus_inode_cachep = kmem_cache_create("hfsplus_icache",
609 if (!hfsplus_inode_cachep)
614 kmem_cache_destroy(hfsplus_inode_cachep);
620 kmem_cache_destroy(hfsplus_inode_cachep);
629 kmem_cache_destroy(hfsplus_inode_cachep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dsuper.c441 static struct kmem_cache *hfsplus_inode_cachep; variable in typeref:struct:kmem_cache
447 i = kmem_cache_alloc(hfsplus_inode_cachep, GFP_KERNEL);
453 kmem_cache_free(hfsplus_inode_cachep, &HFSPLUS_I(inode));
485 hfsplus_inode_cachep = kmem_cache_create("hfsplus_icache",
488 if (!hfsplus_inode_cachep)
492 kmem_cache_destroy(hfsplus_inode_cachep);
499 kmem_cache_destroy(hfsplus_inode_cachep);

Completed in 49 milliseconds