Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c401 if (pl->pl_ops->po_recalc != NULL) { in ldlm_pool_recalc()
402 count = pl->pl_ops->po_recalc(pl); in ldlm_pool_recalc()
429 if (pl->pl_ops->po_shrink != NULL) { in ldlm_pool_shrink()
430 cancel = pl->pl_ops->po_shrink(pl, nr, gfp_mask); in ldlm_pool_shrink()
690 pl->pl_ops = &ldlm_cli_pool_ops; in ldlm_pool_init()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h259 const struct ldlm_pool_ops *pl_ops; member