Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
static 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
jbd2_journal_start_thread
Function · 0.85
journal_get_superblock
Function · 0.85
jbd2_journal_set_features
Function · 0.85
ext4_find_extent
Function · 0.85
ext4_ext_create_new_leaf
Function · 0.85
ext4_ext_search_right
Function · 0.85
ext4_ext_insert_extent
Function · 0.85
ext4_ext_remove_space
Function · 0.85
ext4_ext_get_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected