Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dresize.c1170 ext4_fsblk_t backup_block; in update_backups() local
1180 backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; in update_backups()
1182 backup_block = first_block + has_super; in update_backups()
1184 bh = sb_getblk(sb, backup_block); in update_backups()
1190 backup_block, backup_block - in update_backups()
1200 if (has_super && (backup_block == first_block)) in update_backups()