Searched refs:bclean (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | resize.c | 112 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean() function 215 if (IS_ERR(bh = bclean(handle, sb, input->block_bitmap))) { in setup_new_group_blocks() 269 if (IS_ERR(gdb = bclean(handle, sb, block))) { in setup_new_group_blocks() 299 if (IS_ERR(it = bclean(handle, sb, block))) { in setup_new_group_blocks() 326 if (IS_ERR(bh = bclean(handle, sb, input->inode_bitmap))) { in setup_new_group_blocks()
|
/linux-4.1.27/fs/ext4/ |
D | resize.c | 354 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean() function 587 bh = bclean(handle, sb, block); in setup_new_flex_group_blocks() 616 bh = bclean(handle, sb, block); in setup_new_flex_group_blocks()
|