exfat_inode_cachep   39 drivers/staging/exfat/exfat_super.c static struct kmem_cache *exfat_inode_cachep;
exfat_inode_cachep 3395 drivers/staging/exfat/exfat_super.c 	ei = kmem_cache_alloc(exfat_inode_cachep, GFP_NOFS);
exfat_inode_cachep 3409 drivers/staging/exfat/exfat_super.c 	kmem_cache_free(exfat_inode_cachep, EXFAT_I(inode));
exfat_inode_cachep 3949 drivers/staging/exfat/exfat_super.c 	exfat_inode_cachep = kmem_cache_create("exfat_inode_cache",
exfat_inode_cachep 3955 drivers/staging/exfat/exfat_super.c 	if (!exfat_inode_cachep)
exfat_inode_cachep 3967 drivers/staging/exfat/exfat_super.c 	kmem_cache_destroy(exfat_inode_cachep);