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

Function IS_ERR

Ext4Fsd/include/linux/module.h:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static inline long IS_ERR(const void *ptr)
255{
256 return IS_ERR_VALUE((unsigned long)(long_ptr_t)ptr);
257}
258
259
260#define BUG_ON(c) assert(!(c))

Callers 9

journal_get_superblockFunction · 0.85
ext4_find_extentFunction · 0.85
ext4_ext_create_new_leafFunction · 0.85
ext4_ext_search_rightFunction · 0.85
ext4_ext_insert_extentFunction · 0.85
ext4_ext_remove_spaceFunction · 0.85
ext4_ext_get_blocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected