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

Function Ext2InsertVcb

Ext4Fsd/memory.c:1926–1930  ·  view source on GitHub ↗

Ext2Global->Resource should be already acquired */

Source from the content-addressed store, hash-verified

1924
1925/* Ext2Global->Resource should be already acquired */
1926VOID
1927Ext2InsertVcb(PEXT2_VCB Vcb)
1928{
1929 InsertTailList(&(Ext2Global->VcbList), &Vcb->Next);
1930}
1931
1932
1933/* Ext2Global->Resource should be already acquired */

Callers 1

Ext2MountVolumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected