Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpc_module.c89 ptlrpc_put_connection_superhack = ptlrpc_connection_put; in ptlrpc_init()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c60 int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c); variable
61 EXPORT_SYMBOL(ptlrpc_put_connection_superhack);
668 ptlrpc_put_connection_superhack(exp->exp_connection); in class_export_destroy()
841 ptlrpc_put_connection_superhack(imp->imp_connection); in class_import_destroy()
849 ptlrpc_put_connection_superhack(imp_conn->oic_conn); in class_import_destroy()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h1763 extern int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);