Searched refs:pl_ops (Results 1 – 2 of 2) sorted by relevance
401 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()
259 const struct ldlm_pool_ops *pl_ops; member