Home
last modified time | relevance | path

Searched refs:LLOG_OPEN_EXISTS (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c797 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()
Dobd_config.c1586 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()
Dllog_cat.c184 LLOG_OPEN_EXISTS); in llog_cat_id2handle()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h68 LLOG_OPEN_EXISTS = 0x0000, enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1620 LLOG_OPEN_EXISTS); in mdc_changelog_send_thread()