Searched refs:backups (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/fs/ocfs2/ |
D | resize.c | 45 u16 backups = 0; in ocfs2_calc_new_backup_super() local 71 backups++; in ocfs2_calc_new_backup_super() 74 return backups; in ocfs2_calc_new_backup_super() 90 u16 chain, num_bits, backups = 0; in ocfs2_update_last_group_and_inode() local 119 backups = ocfs2_calc_new_backup_super(bm_inode, in ocfs2_update_last_group_and_inode() 122 le16_add_cpu(&group->bg_free_bits_count, -1 * backups); in ocfs2_update_last_group_and_inode() 142 if (backups) { in ocfs2_update_last_group_and_inode() 143 le32_add_cpu(&cr->c_free, -1 * backups); in ocfs2_update_last_group_and_inode() 144 le32_add_cpu(&fe->id1.bitmap1.i_used, backups); in ocfs2_update_last_group_and_inode() 160 le16_add_cpu(&group->bg_free_bits_count, backups); in ocfs2_update_last_group_and_inode()
|
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-at91.c | 62 u32 backups; member 1665 at91_chip->backups = readl_relaxed(pio + PIO_IMR); in at91_gpio_suspend() 1666 writel_relaxed(at91_chip->backups, pio + PIO_IDR); in at91_gpio_suspend() 1687 writel_relaxed(at91_chip->backups, pio + PIO_IER); in at91_gpio_resume()
|
/Linux-v6.6/Documentation/filesystems/ |
D | ext2.rst | 118 every block group, along with backups of the group descriptor block(s). 121 copies by only putting backups in specific groups (this is the sparse 263 backups used to live, and ext2_free_blocks() refuses to free these blocks,
|
D | xfs-online-fsck-design.rst | 99 | separate storage systems through the creation of backups; and they avoid |
|
/Linux-v6.6/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 98 metablock group itself. The backups are in the second and last group of
|
D | super.rst | 420 - Block groups containing superblock backups (if sparse_super2)
|
/Linux-v6.6/drivers/mtd/ |
D | Kconfig | 164 valuable data, do backups regardless of software/hardware you
|
/Linux-v6.6/Documentation/process/ |
D | maintainer-pgp-guide.rst | 290 - via poorly secured backups 541 home directory (but it's okay, because we have them in our backups
|
D | applying-patches.rst | 426 sure you have up-to-date backups -- that goes for any experimental kernel but
|