Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c520 cfs_hash_bd_add_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_bd_add_locked() function
537 EXPORT_SYMBOL(cfs_hash_bd_add_locked);
654 cfs_hash_bd_add_locked(hs, bd, hnode); in cfs_hash_bd_lookup_intent()
769 cfs_hash_bd_add_locked(hs, &bds[0], hnode); in cfs_hash_multi_bd_findadd_locked()
774 cfs_hash_bd_add_locked(hs, &mybd, hnode); in cfs_hash_multi_bd_findadd_locked()
1226 cfs_hash_bd_add_locked(hs, &bd, hnode); in cfs_hash_add()
2000 cfs_hash_bd_add_locked(hs, &new_bd, hnode); in cfs_hash_rehash_key()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c611 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_new()
681 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_find_try()
2092 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_assign_fid()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h609 void cfs_hash_bd_add_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd,
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c1126 cfs_hash_bd_add_locked(ns->ns_rs_hash, &bd, &res->lr_hash); in ldlm_resource_get()