Home
last modified time | relevance | path

Searched refs:lvb_padding (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3120 LASSERTF((int)offsetof(struct ost_lvb, lvb_padding) == 52, "found %lld\n", in lustre_assert_wire_constants()
3121 (long long)(int)offsetof(struct ost_lvb, lvb_padding)); in lustre_assert_wire_constants()
3122 LASSERTF((int)sizeof(((struct ost_lvb *)0)->lvb_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
3123 (long long)(int)sizeof(((struct ost_lvb *)0)->lvb_padding)); in lustre_assert_wire_constants()
Dpack_generic.c1660 __swab32s(&lvb->lvb_padding); in lustre_swab_ost_lvb()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1830 __u32 lvb_padding; member