Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dbuffer.c49 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h372 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() function
/OK3568_Linux_fs/kernel/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())
/OK3568_Linux_fs/kernel/fs/exfat/
H A Ddir.c703 bh = sb_find_get_block(sb, sec); in exfat_dir_readahead()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dialloc.c690 bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) + in recently_deleted()
H A Dmballoc.c5402 bh = sb_find_get_block(inode->i_sb, block + i); in ext4_free_blocks()
/OK3568_Linux_fs/kernel/fs/fat/
H A Ddir.c64 bh = sb_find_get_block(sb, phys); in fat_dir_readahead()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dfix_node.c991 if ((left = sb_find_get_block(sb, left_neighbor_blocknr))) { in is_left_neighbor_in_cache()