Home
last modified time | relevance | path

Searched refs:llh_reserved (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3650 LASSERTF((int)offsetof(struct llog_log_hdr, llh_reserved) == 84, "found %lld\n", in lustre_assert_wire_constants()
3651 (long long)(int)offsetof(struct llog_log_hdr, llh_reserved)); in lustre_assert_wire_constants()
3652 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_reserved) == 4, "found %lld\n", in lustre_assert_wire_constants()
3653 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_reserved)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3191 __u32 llh_reserved[LLOG_HEADER_SIZE/sizeof(__u32) - 23]; member