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

Function jbd_alloc_handle

Ext4Fsd/include/linux/jbd.h:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993extern struct kmem_cache *jbd_handle_cache;
994
995static inline handle_t *jbd_alloc_handle(gfp_t gfp_flags)
996{
997 return (handle_t *)kmem_cache_alloc(jbd_handle_cache, gfp_flags);
998}
999
1000static inline void jbd_free_handle(handle_t *handle)
1001{

Callers

nothing calls this directly

Calls 1

kmem_cache_allocFunction · 0.85

Tested by

no test coverage detected