Home
last modified time | relevance | path

Searched refs:cl_wait (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dglimpse.c139 result = cl_wait(env, lock); in cl_glimpse_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c389 result = cl_wait(env, lock); in cl_lockset_lock_one()
437 result = cl_wait(env, lock); in cl_lockset_lock()
Dcl_lock.c1470 int cl_wait(const struct lu_env *env, struct cl_lock *lock) in cl_wait() function
1499 EXPORT_SYMBOL(cl_wait);
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2985 int cl_wait (const struct lu_env *env, struct cl_lock *lock);
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1058 rc = cl_wait(env, lck); in cl_echo_enqueue0()