Searched refs:sb_find_get_block (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/hpfs/ |
D | buffer.c | 21 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
|
/linux-4.1.27/include/linux/ |
D | buffer_head.h | 328 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() function
|
/linux-4.1.27/fs/ext3/ |
D | balloc.c | 585 debug_bh = sb_find_get_block(sb, block + i); in ext3_free_blocks_sb() 1683 debug_bh = sb_find_get_block(sb, ret_block); in ext3_new_blocks()
|
D | inode.c | 2233 bh = sb_find_get_block(inode->i_sb, nr); in ext3_clear_blocks()
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 6 New helpers: sb_bread(), sb_getblk(), sb_find_get_block(), set_bh(), 11 (sb_find_get_block() replaces 2.4's get_hash_table())
|
/linux-4.1.27/fs/fat/ |
D | dir.c | 62 bh = sb_find_get_block(sb, phys); in fat_dir_readahead()
|
/linux-4.1.27/fs/reiserfs/ |
D | fix_node.c | 993 if ((left = sb_find_get_block(sb, left_neighbor_blocknr))) { in is_left_neighbor_in_cache()
|
/linux-4.1.27/fs/ext4/ |
D | mballoc.c | 4682 tbh = sb_find_get_block(inode->i_sb, in ext4_free_blocks()
|