Searched refs:backups (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | resize.c | 47 u16 backups = 0; in ocfs2_calc_new_backup_super() local 73 backups++; in ocfs2_calc_new_backup_super() 76 return backups; in ocfs2_calc_new_backup_super() 92 u16 chain, num_bits, backups = 0; in ocfs2_update_last_group_and_inode() local 121 backups = ocfs2_calc_new_backup_super(bm_inode, in ocfs2_update_last_group_and_inode() 124 le16_add_cpu(&group->bg_free_bits_count, -1 * backups); in ocfs2_update_last_group_and_inode() 144 if (backups) { in ocfs2_update_last_group_and_inode() 145 le32_add_cpu(&cr->c_free, -1 * backups); in ocfs2_update_last_group_and_inode() 146 le32_add_cpu(&fe->id1.bitmap1.i_used, backups); in ocfs2_update_last_group_and_inode() 162 le16_add_cpu(&group->bg_free_bits_count, backups); in ocfs2_update_last_group_and_inode()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
D | pinctrl-at91.c | 1619 static u32 backups[MAX_GPIO_BANKS]; variable 1652 backups[i] = readl_relaxed(pio + PIO_IMR); in at91_pinctrl_gpio_suspend() 1653 writel_relaxed(backups[i], pio + PIO_IDR); in at91_pinctrl_gpio_suspend() 1680 writel_relaxed(backups[i], pio + PIO_IER); in at91_pinctrl_gpio_resume()
|
/kernel/linux/linux-5.10/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 10 * Ver 0.3 Nov 28 95 Long backups are now possible, thanks to the 92 * are now as fast as backups.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | ext2.rst | 119 every block group, along with backups of the group descriptor block(s). 122 copies by only putting backups in specific groups (this is the sparse 264 backups used to live, and ext2_free_blocks() refuses to free these blocks,
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/drivers/mtd/ |
D | Kconfig | 161 valuable data, do backups regardless of software/hardware you
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | maintainer-pgp-guide.rst | 330 - via poorly secured backups 582 home directory (but it's okay, because we have them in our backups
|
D | applying-patches.rst | 408 sure you have up-to-date backups -- that goes for any experimental kernel but
|