Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4472 LASSERTF((int)offsetof(struct update, u_type) == 0, "found %lld\n", in lustre_assert_wire_constants()
4473 (long long)(int)offsetof(struct update, u_type)); in lustre_assert_wire_constants()
4474 LASSERTF((int)sizeof(((struct update *)0)->u_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
4475 (long long)(int)sizeof(((struct update *)0)->u_type)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3692 __u32 u_type; member