Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1755 LASSERTF((int)offsetof(struct lu_idxpage, lip_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
1756 (long long)(int)offsetof(struct lu_idxpage, lip_flags)); in lustre_assert_wire_constants()
1757 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
1758 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_flags)); in lustre_assert_wire_constants()
Dpack_generic.c2023 __swab16s(&lip->lip_flags); in lustre_swab_lip_header()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3438 __u16 lip_flags; member