Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h213 int (*lop_destroy)(const struct lu_env *env, member
452 if (lop->lop_destroy == NULL) in llog_destroy()
455 rc = lop->lop_destroy(env, handle); in llog_destroy()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c363 .lop_destroy = llog_client_destroy,