Home
last modified time | relevance | path

Searched refs:cl_lock_request (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_misc.c164 lock = cl_lock_request(env, io, descr, GROUPLOCK_SCOPE, current); in cl_get_grouplock()
Dglimpse.c128 lock = cl_lock_request(env, io, descr, "glimpse", in cl_glimpse_lock()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c2040 struct cl_lock *cl_lock_request(const struct lu_env *env, struct cl_io *io, in cl_lock_request() function
2081 EXPORT_SYMBOL(cl_lock_request);
Dcl_io.c383 lock = cl_lock_request(env, io, &link->cill_descr, "io", io); in cl_lockset_lock_one()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2899 struct cl_lock *cl_lock_request(const struct lu_env *env, struct cl_io *io,
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1056 lck = cl_lock_request(env, io, descr, "ec enqueue", eco); in cl_echo_enqueue0()