Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_lock.c73 .clo_wait = ccc_lock_wait,
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_lock.c1457 .clo_wait = osc_lock_wait,
1544 .clo_wait = osc_lock_lockless_wait,
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1445 if (slice->cls_ops->clo_wait != NULL) { in cl_wait_try()
1446 result = slice->cls_ops->clo_wait(env, slice); in cl_wait_try()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_lock.c1127 .clo_wait = lov_lock_wait,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h1714 int (*clo_wait)(const struct lu_env *env, member