Searched refs:sb_find_get_block (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/hpfs/ |
| H A D | buffer.c | 49 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
|
| /linux-6.15/include/linux/ |
| H A D | buffer_head.h | 398 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() function
|
| /linux-6.15/fs/exfat/ |
| H A D | dir.c | 643 bh = sb_find_get_block(sb, sec); in exfat_dir_readahead()
|
| /linux-6.15/fs/fat/ |
| H A D | dir.c | 64 bh = sb_find_get_block(sb, phys); in fat_dir_readahead()
|
| /linux-6.15/fs/ext4/ |
| H A D | ialloc.c | 689 bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) + in recently_deleted()
|
| H A D | inode.c | 861 return sb_find_get_block(inode->i_sb, map.m_pblk); in ext4_getblk()
|
| /linux-6.15/Documentation/filesystems/ |
| H A 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())
|