Searched refs:LLOG_OPEN_EXISTS (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 797 rc = llog_open(env, ctxt, &handle, logid, name, LLOG_OPEN_EXISTS); in llog_erase() 913 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in llog_is_empty() 954 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in llog_backup()
|
D | obd_config.c | 1586 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in class_config_parse_llog() 1698 rc = llog_open(env, ctxt, &llh, NULL, name, LLOG_OPEN_EXISTS); in class_config_dump_llog()
|
D | llog_cat.c | 184 LLOG_OPEN_EXISTS); in llog_cat_id2handle()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 68 LLOG_OPEN_EXISTS = 0x0000, enumerator
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1620 LLOG_OPEN_EXISTS); in mdc_changelog_send_thread()
|