Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1977 struct cfs_hash_bd old_bds[2]; in cfs_hash_rehash_key() local
1984 cfs_hash_dual_bd_get(hs, old_key, old_bds); in cfs_hash_rehash_key()
1987 bds[0] = old_bds[0]; in cfs_hash_rehash_key()
1988 bds[1] = old_bds[1]; in cfs_hash_rehash_key()
1996 if (likely(old_bds[1].bd_bucket == NULL)) { in cfs_hash_rehash_key()
1997 cfs_hash_bd_move_locked(hs, &old_bds[0], &new_bd, hnode); in cfs_hash_rehash_key()
1999 cfs_hash_dual_bd_finddel_locked(hs, old_bds, old_key, hnode); in cfs_hash_rehash_key()