Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog.c87 else if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_CAT) in llog_free_handle()
158 flags & LLOG_F_IS_CAT) || in llog_init_handle()
159 (llh->llh_flags & LLOG_F_IS_CAT && in llog_init_handle()
163 llh->llh_flags & LLOG_F_IS_CAT ? in llog_init_handle()
165 flags & LLOG_F_IS_CAT ? "catalog" : "plain"); in llog_init_handle()
169 (LLOG_F_IS_PLAIN | LLOG_F_IS_CAT)) { in llog_init_handle()
191 if (flags & LLOG_F_IS_CAT) { in llog_init_handle()
198 flags, LLOG_F_IS_CAT, LLOG_F_IS_PLAIN); in llog_init_handle()
Dllog_cat.c202 LASSERT(llh->llh_flags & LLOG_F_IS_CAT); in llog_cat_process_or_fork()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1531 rc = llog_init_handle(NULL, llh, LLOG_F_IS_CAT, NULL); in mdc_changelog_send_thread()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3161 LLOG_F_IS_CAT = 0x2, enumerator