Home
last modified time | relevance | path

Searched refs:llh_flags (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dllog.c86 if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_PLAIN) in llog_free_handle()
88 else if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_CAT) in llog_free_handle()
132 if ((llh->llh_flags & LLOG_F_ZAP_WHEN_EMPTY) && in llog_cancel_rec()
215 llh->llh_flags = flags; in llog_init_handle()
218 if (unlikely((llh->llh_flags & LLOG_F_IS_PLAIN && 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()
229 } else if (llh->llh_flags & in llog_init_handle()
235 flags = llh->llh_flags; in llog_init_handle()
Dllog_cat.c227 (llh->llh_flags & LLOG_F_ZAP_WHEN_EMPTY) && in llog_cat_close()
585 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()
785 if ((llh->llh_flags & LLOG_F_ZAP_WHEN_EMPTY) && in cat_cancel_cb()
Dllog_swab.c244 __swab32s(&llh->llh_flags); in lustre_swab_llog_rec()
290 CDEBUG(D_OTHER, "\tllh_flags: %#x\n", h->llh_flags); in print_llog_hdr()
/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c164 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_destroy()
203 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_next_block()
261 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_prev_block()
314 body->lgd_llh_flags = handle->lgh_hdr->llh_flags; in llog_client_read_header()
Dwiretest.c3638 LASSERTF((int)offsetof(struct llog_log_hdr, llh_flags) == 36, "found %lld\n", in lustre_assert_wire_constants()
3639 (long long)(int)offsetof(struct llog_log_hdr, llh_flags)); in lustre_assert_wire_constants()
3640 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3641 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_flags)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3187 __u32 llh_flags; member