MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / ext2_init_linux

Function ext2_init_linux

Ext4Fsd/linux.c:1048–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046//
1047
1048int
1049ext2_init_linux()
1050{
1051 int rc = 0;
1052
1053 rc = ext2_init_bh();
1054 if (rc != 0) {
1055 goto errorout;
1056 }
1057
1058errorout:
1059
1060 return rc;
1061}
1062
1063void
1064ext2_destroy_linux()

Callers 1

DriverEntryFunction · 0.85

Calls 1

ext2_init_bhFunction · 0.85

Tested by

no test coverage detected