Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4446 LASSERTF((int)offsetof(struct update_buf, ub_bufs) == 8, "found %lld\n", in lustre_assert_wire_constants()
4447 (long long)(int)offsetof(struct update_buf, ub_bufs)); in lustre_assert_wire_constants()
4448 LASSERTF((int)sizeof(((struct update_buf *)0)->ub_bufs) == 0, "found %lld\n", in lustre_assert_wire_constants()
4449 (long long)(int)sizeof(((struct update_buf *)0)->ub_bufs)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3652 __u32 ub_bufs[0]; member