Home
last modified time | relevance | path

Searched refs:po_recalc (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c558 .po_recalc = ldlm_srv_pool_recalc,
564 .po_recalc = ldlm_cli_pool_recalc,
597 if (pl->pl_ops->po_recalc != NULL) { in ldlm_pool_recalc()
598 count = pl->pl_ops->po_recalc(pl); in ldlm_pool_recalc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h210 int (*po_recalc)(struct ldlm_pool *pl); member