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