MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / jbd2_alloc_inode

Function jbd2_alloc_inode

Ext4Fsd/include/linux/jbd2.h:1472–1475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470extern struct kmem_cache *jbd2_inode_cache;
1471
1472static inline struct jbd2_inode *jbd2_alloc_inode(gfp_t gfp_flags)
1473{
1474 return kmem_cache_alloc(jbd2_inode_cache, gfp_flags);
1475}
1476
1477static inline void jbd2_free_inode(struct jbd2_inode *jinode)
1478{

Callers

nothing calls this directly

Calls 1

kmem_cache_allocFunction · 0.85

Tested by

no test coverage detected