Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ iget
Function
iget
Ext4Fsd/linux.c:969–972 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
967
}
968
969
void iget(struct inode *inode)
970
{
971
atomic_inc(&inode->i_count);
972
}
973
974
void iput(struct inode *inode)
975
{
Callers
nothing calls this directly
Calls
1
atomic_inc
Function · 0.85
Tested by
no test coverage detected