Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ mark_buffer_dirty
Function
mark_buffer_dirty
Ext4Fsd/linux.c:896–899 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
894
}
895
896
void mark_buffer_dirty(struct buffer_head *bh)
897
{
898
set_buffer_dirty(bh);
899
}
900
901
int sync_blockdev(struct block_device *bdev)
902
{
Callers
15
Ext2CheckSetBlock
Function · 0.85
Ext2SaveGroup
Function · 0.85
Ext2SaveBlock
Function · 0.85
Ext2ZeroBuffer
Function · 0.85
Ext2SaveBuffer
Function · 0.85
Ext2NewBlock
Function · 0.85
Ext2NewInode
Function · 0.85
Ext2FreeInode
Function · 0.85
Ext2SetFileType
Function · 0.85
ext4_init_inode_bitmap
Function · 0.85
ext4_init_block_bitmap
Function · 0.85
do_one_pass
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected