Searched refs:cfs_hash_bd_lookup_intent (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 627 cfs_hash_bd_lookup_intent(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_bd_lookup_intent() function 670 return cfs_hash_bd_lookup_intent(hs, bd, key, NULL, in cfs_hash_bd_lookup_locked() 678 return cfs_hash_bd_lookup_intent(hs, bd, key, NULL, in cfs_hash_bd_peek_locked() 688 return cfs_hash_bd_lookup_intent(hs, bd, key, hnode, in cfs_hash_bd_findadd_locked() 699 return cfs_hash_bd_lookup_intent(hs, bd, key, hnode, in cfs_hash_bd_finddel_locked() 750 ehnode = cfs_hash_bd_lookup_intent(hs, &bds[i], key, NULL, in cfs_hash_multi_bd_lookup_locked() 771 ehnode = cfs_hash_bd_lookup_intent(hs, &bds[i], key, in cfs_hash_multi_bd_findadd_locked() 798 ehnode = cfs_hash_bd_lookup_intent(hs, &bds[i], key, hnode, in cfs_hash_multi_bd_finddel_locked()
|