Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ iput
Function
iput
Ext4Fsd/linux.c:974–979 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
972
}
973
974
void iput(struct inode *inode)
975
{
976
if (atomic_dec_and_test(&inode->i_count)) {
977
kfree(inode);
978
}
979
}
980
981
//
982
// string functions from linux/lib/string.c
Callers
3
Ext2RecoverJournal
Function · 0.85
journal_destroy
Function · 0.85
jbd2_journal_destroy
Function · 0.85
Calls
1
atomic_dec_and_test
Function · 0.85
Tested by
no test coverage detected