Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4486 LASSERTF((int)offsetof(struct update, u_bufs) == 56, "found %lld\n", in lustre_assert_wire_constants()
4487 (long long)(int)offsetof(struct update, u_bufs)); in lustre_assert_wire_constants()
4488 LASSERTF((int)sizeof(((struct update *)0)->u_bufs) == 0, "found %lld\n", in lustre_assert_wire_constants()
4489 (long long)(int)sizeof(((struct update *)0)->u_bufs)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3646 __u32 u_bufs[0]; member