Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c55 u8 backup_index = 0; in rtw_reset_securitypriv() local
65 backup_index = adapter->securitypriv.PMKIDIndex; in rtw_reset_securitypriv()
74 adapter->securitypriv.PMKIDIndex = backup_index; in rtw_reset_securitypriv()
/linux-4.4.14/fs/btrfs/
Ddisk-io.c2081 int *num_backups_tried, int *backup_index) in next_root_backup() argument
2084 int newest = *backup_index; in next_root_backup()
2093 *backup_index = newest; in next_root_backup()
2100 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()
2102 *backup_index = newest; in next_root_backup()
2489 int backup_index = 0; in open_ctree() local
3201 &num_backups_tried, &backup_index); in open_ctree()