Searched refs:LLOG_OPEN_NEW (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 92 LASSERTF(open_param != LLOG_OPEN_NEW, "%#x\n", open_param); in llog_client_open()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 384 NULL, NULL, LLOG_OPEN_NEW); in llog_cat_declare_add_rec() 397 NULL, NULL, LLOG_OPEN_NEW); in llog_cat_declare_add_rec()
|
D | llog.c | 753 rc = llog_open(env, ctxt, res, logid, name, LLOG_OPEN_NEW); in llog_open_create()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 69 LLOG_OPEN_NEW = 0x0001, enumerator
|