Searched refs:sb_find_get_block (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/hpfs/ |
D | buffer.c | 49 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
|
/linux-6.1.9/include/linux/ |
D | buffer_head.h | 367 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() function
|
/linux-6.1.9/fs/exfat/ |
D | dir.c | 703 bh = sb_find_get_block(sb, sec); in exfat_dir_readahead()
|
/linux-6.1.9/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-6.1.9/fs/fat/ |
D | dir.c | 64 bh = sb_find_get_block(sb, phys); in fat_dir_readahead()
|
/linux-6.1.9/fs/ext4/ |
D | ialloc.c | 688 bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) + in recently_deleted()
|
D | inode.c | 872 return sb_find_get_block(inode->i_sb, map.m_pblk); in ext4_getblk()
|
D | mballoc.c | 6174 bh = sb_find_get_block(inode->i_sb, block + i); in ext4_free_blocks()
|
/linux-6.1.9/fs/reiserfs/ |
D | fix_node.c | 991 if ((left = sb_find_get_block(sb, left_neighbor_blocknr))) { in is_left_neighbor_in_cache()
|