Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c86 if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_PLAIN) in llog_free_handle()
218 if (unlikely((llh->llh_flags & LLOG_F_IS_PLAIN && in llog_init_handle()
221 flags & LLOG_F_IS_PLAIN))) { in llog_init_handle()
230 (LLOG_F_IS_PLAIN | LLOG_F_IS_CAT)) { in llog_init_handle()
256 } else if (!(flags & LLOG_F_IS_PLAIN)) { in llog_init_handle()
259 flags, LLOG_F_IS_CAT, LLOG_F_IS_PLAIN); in llog_init_handle()
801 rc = llog_init_handle(env, handle, LLOG_F_IS_PLAIN, NULL); in llog_erase()
920 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in llog_is_empty()
965 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in llog_backup()
991 rc = llog_init_handle(env, bllh, LLOG_F_IS_PLAIN, NULL); in llog_backup()
Dllog_cat.c96 LLOG_F_IS_PLAIN | LLOG_F_ZAP_WHEN_EMPTY, in llog_cat_new_log()
192 rc = llog_init_handle(env, loghandle, LLOG_F_IS_PLAIN, NULL); in llog_cat_id2handle()
Dobd_config.c1590 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_parse_llog()
1702 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_dump_llog()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c166 if (!(body->lgd_llh_flags & LLOG_F_IS_PLAIN)) in llog_client_destroy()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3183 LLOG_F_IS_PLAIN = 0x4, enumerator