Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c1751 int lu_env_refill(struct lu_env *env) in lu_env_refill() function
1760 EXPORT_SYMBOL(lu_env_refill);
1782 return lu_env_refill(env); in lu_env_refill_by_tags()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h1269 int lu_env_refill(struct lu_env *env);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c290 rc2 = lu_env_refill(env); in ptlrpcd_check()