MCPcopy 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
974void 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

Ext2RecoverJournalFunction · 0.85
journal_destroyFunction · 0.85
jbd2_journal_destroyFunction · 0.85

Calls 1

atomic_dec_and_testFunction · 0.85

Tested by

no test coverage detected