Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1753 LASSERTF((int)offsetof(struct lu_idxpage, lip_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
1754 (long long)(int)offsetof(struct lu_idxpage, lip_flags)); in lustre_assert_wire_constants()
1755 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
1756 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_flags)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3414 __u16 lip_flags; member