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

Function __find_get_block

Ext4Fsd/linux.c:913–917  ·  view source on GitHub ↗

* Perform a pagecache lookup for the matching buffer. If it's there, refre * it in the LRU and mark it as accessed. If it is not present then return * NULL */

Source from the content-addressed store, hash-verified

911 * NULL
912 */
913struct buffer_head *
914__find_get_block(struct block_device *bdev, sector_t block, unsigned long size)
915{
916 return __getblk(bdev, block, size);
917}
918
919
920//

Callers 6

journal_revokeFunction · 0.85
journal_cancel_revokeFunction · 0.85
jbd2_journal_revokeFunction · 0.85
sb_find_get_blockFunction · 0.85

Calls 1

__getblkFunction · 0.85

Tested by

no test coverage detected