Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c88 else if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_CAT) in llog_free_handle()
219 flags & LLOG_F_IS_CAT) || in llog_init_handle()
220 (llh->llh_flags & LLOG_F_IS_CAT && in llog_init_handle()
224 llh->llh_flags & LLOG_F_IS_CAT ? in llog_init_handle()
226 flags & LLOG_F_IS_CAT ? "catalog" : "plain"); in llog_init_handle()
230 (LLOG_F_IS_PLAIN | LLOG_F_IS_CAT)) { in llog_init_handle()
252 if (flags & LLOG_F_IS_CAT) { in llog_init_handle()
259 flags, LLOG_F_IS_CAT, LLOG_F_IS_PLAIN); in llog_init_handle()
Dllog_cat.c585 LASSERT(llh->llh_flags & LLOG_F_IS_CAT); in llog_cat_process_or_fork()
664 LASSERT(llh->llh_flags & LLOG_F_IS_CAT); in llog_cat_reverse_process()
805 rc = llog_init_handle(env, llh, LLOG_F_IS_CAT, NULL); in llog_cat_init_and_process()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3182 LLOG_F_IS_CAT = 0x2, enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1626 rc = llog_init_handle(NULL, llh, LLOG_F_IS_CAT, NULL); in mdc_changelog_send_thread()