Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4482 LASSERTF((int)offsetof(struct update, u_lens) == 24, "found %lld\n", in lustre_assert_wire_constants()
4483 (long long)(int)offsetof(struct update, u_lens)); in lustre_assert_wire_constants()
4484 LASSERTF((int)sizeof(((struct update *)0)->u_lens) == 32, "found %lld\n", in lustre_assert_wire_constants()
4485 (long long)(int)sizeof(((struct update *)0)->u_lens)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3645 __u32 u_lens[UPDATE_BUF_COUNT]; member