Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c169 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_next_block()
227 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_prev_block()
280 body->lgd_llh_flags = handle->lgh_hdr->llh_flags; in llog_client_read_header()
Dwiretest.c3692 LASSERTF((int)offsetof(struct llogd_body, lgd_llh_flags) == 24, "found %lld\n", in lustre_assert_wire_constants()
3693 (long long)(int)offsetof(struct llogd_body, lgd_llh_flags)); in lustre_assert_wire_constants()
3694 LASSERTF((int)sizeof(((struct llogd_body *)0)->lgd_llh_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
3695 (long long)(int)sizeof(((struct llogd_body *)0)->lgd_llh_flags)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c54 CDEBUG(D_OTHER, "\tlgd_llh_flags: %#x\n", d->lgd_llh_flags); in print_llogd_body()
92 __swab32s(&d->lgd_llh_flags); in lustre_swab_llogd_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3210 __u32 lgd_llh_flags; member