Searched refs:old_bds (Results 1 – 1 of 1) sorted by relevance
1989 struct cfs_hash_bd old_bds[2]; in cfs_hash_rehash_key() local1996 cfs_hash_dual_bd_get(hs, old_key, old_bds); in cfs_hash_rehash_key()1999 bds[0] = old_bds[0]; in cfs_hash_rehash_key()2000 bds[1] = old_bds[1]; in cfs_hash_rehash_key()2008 if (likely(old_bds[1].bd_bucket == NULL)) { in cfs_hash_rehash_key()2009 cfs_hash_bd_move_locked(hs, &old_bds[0], &new_bd, hnode); in cfs_hash_rehash_key()2011 cfs_hash_dual_bd_finddel_locked(hs, old_bds, old_key, hnode); in cfs_hash_rehash_key()