Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c39 u8 backup_index = 0; in rtw_reset_securitypriv() local
49 backup_index = adapter->securitypriv.PMKIDIndex; in rtw_reset_securitypriv()
58 adapter->securitypriv.PMKIDIndex = backup_index; in rtw_reset_securitypriv()
/Linux-v4.19/fs/btrfs/
Ddisk-io.c1976 int *num_backups_tried, int *backup_index) in next_root_backup() argument
1979 int newest = *backup_index; in next_root_backup()
1988 *backup_index = newest; in next_root_backup()
1995 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()
1997 *backup_index = newest; in next_root_backup()
2620 int backup_index = 0; in open_ctree() local
3337 &num_backups_tried, &backup_index); in open_ctree()