Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c164 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_destroy()
166 if (!(body->lgd_llh_flags & LLOG_F_IS_PLAIN)) in llog_client_destroy()
168 body->lgd_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.c3694 LASSERTF((int)offsetof(struct llogd_body, lgd_llh_flags) == 24, "found %lld\n", in lustre_assert_wire_constants()
3695 (long long)(int)offsetof(struct llogd_body, lgd_llh_flags)); in lustre_assert_wire_constants()
3696 LASSERTF((int)sizeof(((struct llogd_body *)0)->lgd_llh_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3697 (long long)(int)sizeof(((struct llogd_body *)0)->lgd_llh_flags)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c55 CDEBUG(D_OTHER, "\tlgd_llh_flags: %#x\n", d->lgd_llh_flags); in print_llogd_body()
94 __swab32s(&d->lgd_llh_flags); in lustre_swab_llogd_body()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3231 __u32 lgd_llh_flags; member