Home
last modified time | relevance | path

Searched refs:ext4_read_block_bitmap_nowait (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext4/
Dballoc.c412 ext4_read_block_bitmap_nowait(struct super_block *sb, ext4_group_t block_group) in ext4_read_block_bitmap_nowait() function
508 bh = ext4_read_block_bitmap_nowait(sb, block_group); in ext4_read_block_bitmap()
Dext4.h2066 extern struct buffer_head *ext4_read_block_bitmap_nowait(struct super_block *sb,
Dmballoc.c876 if (!(bh[i] = ext4_read_block_bitmap_nowait(sb, group))) { in ext4_mb_init_cache()