Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4438 LASSERTF((int)offsetof(struct update_buf, ub_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()
4439 (long long)(int)offsetof(struct update_buf, ub_magic)); in lustre_assert_wire_constants()
4440 LASSERTF((int)sizeof(((struct update_buf *)0)->ub_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()
4441 (long long)(int)sizeof(((struct update_buf *)0)->ub_magic)); in lustre_assert_wire_constants()
Dpack_generic.c2293 __swab32s(&ub->ub_magic); in lustre_swab_update_buf()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3650 __u32 ub_magic; member