Searched refs:cfs_hash_bd_lookup_intent (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 618 cfs_hash_bd_lookup_intent(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_bd_lookup_intent() function 661 return cfs_hash_bd_lookup_intent(hs, bd, key, NULL, in cfs_hash_bd_lookup_locked() 669 return cfs_hash_bd_lookup_intent(hs, bd, key, NULL, in cfs_hash_bd_peek_locked() 679 return cfs_hash_bd_lookup_intent(hs, bd, key, hnode, in cfs_hash_bd_findadd_locked() 690 return cfs_hash_bd_lookup_intent(hs, bd, key, hnode, in cfs_hash_bd_finddel_locked() 741 ehnode = cfs_hash_bd_lookup_intent(hs, &bds[i], key, NULL, in cfs_hash_multi_bd_lookup_locked() 762 ehnode = cfs_hash_bd_lookup_intent(hs, &bds[i], key, in cfs_hash_multi_bd_findadd_locked() 789 ehnode = cfs_hash_bd_lookup_intent(hs, &bds[i], key, hnode, in cfs_hash_multi_bd_finddel_locked()
|