Searched refs:sb_find_get_block (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/hpfs/ | 
| D | buffer.c | 49 	bh = sb_find_get_block(s, secno);  in hpfs_prefetch_sectors()
 | 
| /Linux-v5.4/include/linux/ | 
| D | buffer_head.h | 336 sb_find_get_block(struct super_block *sb, sector_t block)  in sb_find_get_block()  function
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | porting.rst | 9 New helpers: sb_bread(), sb_getblk(), sb_find_get_block(), set_bh(),14 (sb_find_get_block() replaces 2.4's get_hash_table())
 
 | 
| /Linux-v5.4/fs/ext4/ | 
| D | ialloc.c | 682 	bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) +  in recently_deleted()
 | 
| D | mballoc.c | 4786 				bh = sb_find_get_block(inode->i_sb, block + i);  in ext4_free_blocks()
 | 
| /Linux-v5.4/fs/fat/ | 
| D | dir.c | 64 	bh = sb_find_get_block(sb, phys);  in fat_dir_readahead()
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | fix_node.c | 991 	if ((left = sb_find_get_block(sb, left_neighbor_blocknr))) {  in is_left_neighbor_in_cache()
 |