Searched refs:backups (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | resize.c | 61 u16 backups = 0; in ocfs2_calc_new_backup_super() local 87 backups++; in ocfs2_calc_new_backup_super() 90 return backups; in ocfs2_calc_new_backup_super() 106 u16 chain, num_bits, backups = 0; in ocfs2_update_last_group_and_inode() local 135 backups = ocfs2_calc_new_backup_super(bm_inode, in ocfs2_update_last_group_and_inode() 138 le16_add_cpu(&group->bg_free_bits_count, -1 * backups); in ocfs2_update_last_group_and_inode() 158 if (backups) { in ocfs2_update_last_group_and_inode() 159 le32_add_cpu(&cr->c_free, -1 * backups); in ocfs2_update_last_group_and_inode() 160 le32_add_cpu(&fe->id1.bitmap1.i_used, backups); in ocfs2_update_last_group_and_inode() 176 le16_add_cpu(&group->bg_free_bits_count, backups); in ocfs2_update_last_group_and_inode()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-at91.c | 1490 static u32 backups[MAX_GPIO_BANKS]; variable 1523 backups[i] = readl_relaxed(pio + PIO_IMR); in at91_pinctrl_gpio_suspend() 1524 writel_relaxed(backups[i], pio + PIO_IDR); in at91_pinctrl_gpio_suspend() 1551 writel_relaxed(backups[i], pio + PIO_IER); in at91_pinctrl_gpio_resume()
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext2.txt | 111 every block group, along with backups of the group descriptor block(s). 114 copies by only putting backups in specific groups (this is the sparse 256 backups used to live, and ext2_free_blocks() refuses to free these blocks,
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 290 valuable data, do backups regardless of software/hardware you
|
/linux-4.4.14/Documentation/scsi/ |
D | tmscsim.txt | 92 The world isn't ideal and most people don't have full backups (me neither).
|
/linux-4.4.14/Documentation/ |
D | applying-patches.txt | 409 sure you have up-to-date backups -- that goes for any experimental kernel but
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2438 mconsole command is received. This is very useful for making backups
|