Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h642 cfs_hash_bd_peek_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd,
/drivers/staging/lustre/lustre/libcfs/
Dhash.c676 cfs_hash_bd_peek_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, const void *key) in cfs_hash_bd_peek_locked() function
681 EXPORT_SYMBOL(cfs_hash_bd_peek_locked);
/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c539 hnode = cfs_hash_bd_peek_locked(s->ls_obj_hash, bd, (void *)f); in htable_lookup()