Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c34 u8 backup_index; in rtw_reset_securitypriv() local
48 backup_index = psec_priv->PMKIDIndex; in rtw_reset_securitypriv()
59 psec_priv->PMKIDIndex = backup_index; in rtw_reset_securitypriv()
/Linux-v5.4/fs/btrfs/
Ddisk-io.c1951 int *num_backups_tried, int *backup_index) in next_root_backup() argument
1954 int newest = *backup_index; in next_root_backup()
1963 *backup_index = newest; in next_root_backup()
1970 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()
1972 *backup_index = newest; in next_root_backup()
2611 int backup_index = 0; in open_ctree() local
3380 &num_backups_tried, &backup_index); in open_ctree()