Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1990 struct cfs_hash_bd old_bds[2]; in cfs_hash_rehash_key() local
1997 cfs_hash_dual_bd_get(hs, old_key, old_bds); in cfs_hash_rehash_key()
2000 bds[0] = old_bds[0]; in cfs_hash_rehash_key()
2001 bds[1] = old_bds[1]; in cfs_hash_rehash_key()
2009 if (likely(old_bds[1].bd_bucket == NULL)) { in cfs_hash_rehash_key()
2010 cfs_hash_bd_move_locked(hs, &old_bds[0], &new_bd, hnode); in cfs_hash_rehash_key()
2012 cfs_hash_dual_bd_finddel_locked(hs, old_bds, old_key, hnode); in cfs_hash_rehash_key()