Home
last modified time | relevance | path

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

/linux-6.14.4/fs/ext4/
Dresize.c1172 ext4_fsblk_t backup_block; in update_backups() local
1182 backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; in update_backups()
1184 backup_block = first_block + has_super; in update_backups()
1186 bh = sb_getblk(sb, backup_block); in update_backups()
1192 backup_block, backup_block - in update_backups()
1204 if (has_super && (backup_block == first_block)) in update_backups()