Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c57 u8 backup_index = 0; in rtw_reset_securitypriv() local
67 backup_index = adapter->securitypriv.PMKIDIndex; in rtw_reset_securitypriv()
76 adapter->securitypriv.PMKIDIndex = backup_index; in rtw_reset_securitypriv()
/linux-4.1.27/fs/btrfs/
Ddisk-io.c2035 int *num_backups_tried, int *backup_index) in next_root_backup() argument
2038 int newest = *backup_index; in next_root_backup()
2047 *backup_index = newest; in next_root_backup()
2054 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()
2056 *backup_index = newest; in next_root_backup()
2440 int backup_index = 0; in open_ctree() local
3132 &num_backups_tried, &backup_index); in open_ctree()