Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog.c85 if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_PLAIN) in llog_free_handle()
157 if (unlikely((llh->llh_flags & LLOG_F_IS_PLAIN && in llog_init_handle()
160 flags & LLOG_F_IS_PLAIN))) { in llog_init_handle()
169 (LLOG_F_IS_PLAIN | LLOG_F_IS_CAT)) { in llog_init_handle()
195 } else if (!(flags & LLOG_F_IS_PLAIN)) { in llog_init_handle()
198 flags, LLOG_F_IS_CAT, LLOG_F_IS_PLAIN); in llog_init_handle()
Dllog_cat.c106 rc = llog_init_handle(env, loghandle, LLOG_F_IS_PLAIN, NULL); in llog_cat_id2handle()
Dobd_config.c1265 rc = llog_init_handle(env, llh, LLOG_F_IS_PLAIN, NULL); in class_config_parse_llog()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3162 LLOG_F_IS_PLAIN = 0x4, enumerator