Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c133 cfs_hash_bd_unlock(site->ls_obj_hash, &bd, 1); in lu_object_put()
150 cfs_hash_bd_unlock(site->ls_obj_hash, &bd, 1); in lu_object_put()
184 cfs_hash_bd_unlock(obj_hash, &bd, 1); in lu_object_unhash()
364 cfs_hash_bd_unlock(s->ls_obj_hash, &bd, 1); in lu_site_purge()
599 cfs_hash_bd_unlock(hs, &bd, 1); in lu_object_new()
646 cfs_hash_bd_unlock(hs, &bd, 1); in lu_object_find_try()
665 cfs_hash_bd_unlock(hs, &bd, 1); in lu_object_find_try()
670 cfs_hash_bd_unlock(hs, &bd, 1); in lu_object_find_try()
1721 cfs_hash_bd_unlock(hs, &bd, 1); in lu_site_stats_get()
1729 cfs_hash_bd_unlock(hs, &bd, 1); in lu_site_stats_get()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c736 cfs_hash_bd_unlock(hs, &bds[i], excl); in cfs_hash_multi_bd_unlock()
1147 cfs_hash_bd_unlock(hs, &bd, 1); in cfs_hash_destroy()
1237 cfs_hash_bd_unlock(hs, &bd, 1); in cfs_hash_add()
1462 cfs_hash_bd_unlock(hs, &bd, excl); in cfs_hash_for_each_tight()
1472 cfs_hash_bd_unlock(hs, &bd, excl); in cfs_hash_for_each_tight()
1477 cfs_hash_bd_unlock(hs, &bd, excl); in cfs_hash_for_each_tight()
1610 cfs_hash_bd_unlock(hs, &bd, 0); in cfs_hash_for_each_relax()
1638 cfs_hash_bd_unlock(hs, &bd, 0); in cfs_hash_for_each_relax()
1723 cfs_hash_bd_unlock(hs, &bd, 0); in cfs_hash_hlist_for_each()
2102 cfs_hash_bd_unlock(hs, &bd, 0); in cfs_hash_debug_str()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c1084 cfs_hash_bd_unlock(ns->ns_rs_hash, &bd, 0); in ldlm_resource_get()
1100 cfs_hash_bd_unlock(ns->ns_rs_hash, &bd, 0); in ldlm_resource_get()
1122 cfs_hash_bd_unlock(ns->ns_rs_hash, &bd, 1); in ldlm_resource_get()
1147 cfs_hash_bd_unlock(ns->ns_rs_hash, &bd, 1); in ldlm_resource_get()
1218 cfs_hash_bd_unlock(ns->ns_rs_hash, &bd, 1); in ldlm_resource_putref()
1243 cfs_hash_bd_unlock(ns->ns_rs_hash, &bd, 1); in ldlm_resource_putref_locked()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h542 static inline void cfs_hash_bd_unlock(struct cfs_hash *hs, in cfs_hash_bd_unlock() function