Home
last modified time | relevance | path

Searched refs:sb_find_get_block (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/hpfs/
H A Dbuffer.c49 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
/linux-6.15/include/linux/
H A Dbuffer_head.h398 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() function
/linux-6.15/fs/exfat/
H A Ddir.c643 bh = sb_find_get_block(sb, sec); in exfat_dir_readahead()
/linux-6.15/fs/fat/
H A Ddir.c64 bh = sb_find_get_block(sb, phys); in fat_dir_readahead()
/linux-6.15/fs/ext4/
H A Dialloc.c689 bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) + in recently_deleted()
H A Dinode.c861 return sb_find_get_block(inode->i_sb, map.m_pblk); in ext4_getblk()
/linux-6.15/Documentation/filesystems/
H A Dporting.rst9 New helpers: sb_bread(), sb_getblk(), sb_find_get_block(), set_bh(),
14 (sb_find_get_block() replaces 2.4's get_hash_table())