Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dresize.c1173 ext4_fsblk_t backup_block; in update_backups() local
1183 backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; in update_backups()
1185 backup_block = first_block + has_super; in update_backups()
1187 bh = sb_getblk(sb, backup_block); in update_backups()
1193 backup_block, backup_block - in update_backups()
1205 if (has_super && (backup_block == first_block)) in update_backups()