MCPcopy 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
969void iget(struct inode *inode)
970{
971 atomic_inc(&inode->i_count);
972}
973
974void iput(struct inode *inode)
975{

Callers

nothing calls this directly

Calls 1

atomic_incFunction · 0.85

Tested by

no test coverage detected