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

Function sync_blockdev

Ext4Fsd/linux.c:901–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901int sync_blockdev(struct block_device *bdev)
902{
903 PEXT2_VCB Vcb = (PEXT2_VCB) bdev->bd_priv;
904 Ext2FlushVolume(NULL, Vcb, FALSE);
905 return 0;
906}
907
908/*
909 * Perform a pagecache lookup for the matching buffer. If it's there, refre

Callers 3

Ext2RecoverJournalFunction · 0.85
journal_recoverFunction · 0.85
jbd2_journal_recoverFunction · 0.85

Calls 1

Ext2FlushVolumeFunction · 0.70

Tested by

no test coverage detected