Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1210 int cl_lock_enqueue_wait(const struct lu_env *env, in cl_lock_enqueue_wait() function
1247 EXPORT_SYMBOL(cl_lock_enqueue_wait);
1263 result = cl_lock_enqueue_wait(env, lock, 1); in cl_enqueue_locked()
/drivers/staging/lustre/lustre/include/
Dcl_object.h2936 int cl_lock_enqueue_wait(const struct lu_env *env, struct cl_lock *lock,
/drivers/staging/lustre/lustre/lov/
Dlov_lock.c460 result = cl_lock_enqueue_wait(env, sublock, 0); in lov_lock_enqueue_wait()