Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4440 LASSERTF((int)offsetof(struct update_buf, ub_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()
4441 (long long)(int)offsetof(struct update_buf, ub_magic)); in lustre_assert_wire_constants()
4442 LASSERTF((int)sizeof(((struct update_buf *)0)->ub_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()
4443 (long long)(int)sizeof(((struct update_buf *)0)->ub_magic)); in lustre_assert_wire_constants()
Dpack_generic.c2509 __swab32s(&ub->ub_magic); in lustre_swab_update_buf()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3700 __u32 ub_magic; member