Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c245 __swab32s(&llh->llh_size); in lustre_swab_llog_rec()
291 CDEBUG(D_OTHER, "\tllh_size: %#x\n", h->llh_size); in print_llog_hdr()
Dllog.c194 llh->llh_size = sizeof(struct llog_logid_rec); in llog_init_handle()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3632 LASSERTF((int)offsetof(struct llog_log_hdr, llh_size) == 32, "found %lld\n", in lustre_assert_wire_constants()
3633 (long long)(int)offsetof(struct llog_log_hdr, llh_size)); in lustre_assert_wire_constants()
3634 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_size) == 4, "found %lld\n", in lustre_assert_wire_constants()
3635 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_size)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3170 __u32 llh_size; member