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

Function jbd2_alloc_handle

Ext4Fsd/include/linux/jbd2.h:1456–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454extern struct kmem_cache *jbd2_handle_cache;
1455
1456static inline handle_t *jbd2_alloc_handle(gfp_t gfp_flags)
1457{
1458 return kmem_cache_alloc(jbd2_handle_cache, gfp_flags);
1459}
1460
1461static inline void jbd2_free_handle(handle_t *handle)
1462{

Callers

nothing calls this directly

Calls 1

kmem_cache_allocFunction · 0.85

Tested by

no test coverage detected