Home
last modified time | relevance | path

Searched refs:kmem_cache_alloc (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
Djfs_user.h55 #define kmem_cache_alloc(cache,flags) malloc((cache)->object_length) macro
Drevoke.c129 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
206 journal->j_revoke = kmem_cache_alloc(revoke_table_cache, GFP_KERNEL); in journal_init_revoke()
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c408 kmem_cache_alloc(squashfs_inode_cachep, GFP_KERNEL); in squashfs_alloc_inode()