Searched refs:ext4_read_block_bitmap (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ext4/ |
| A D | balloc.c | 595 ext4_read_block_bitmap(struct super_block *sb, ext4_group_t block_group) in ext4_read_block_bitmap() function 798 bitmap_bh = ext4_read_block_bitmap(sb, i); in ext4_count_free_clusters()
|
| A D | ialloc.c | 799 block_bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_mark_inode_used() 1141 block_bitmap_bh = ext4_read_block_bitmap(sb, group); in __ext4_new_inode()
|
| A D | mballoc.c | 624 bh = ext4_read_block_bitmap(sb, group); in mb_group_bb_bitmap_alloc() 3997 bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_mb_mark_context() 5424 bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_mb_discard_group_preallocations() 5600 bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_discard_preallocations() 6089 bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_mb_new_blocks_simple()
|
| A D | ext4.h | 2742 extern struct buffer_head *ext4_read_block_bitmap(struct super_block *sb,
|
Completed in 32 milliseconds