Home
last modified time | relevance | path

Searched refs:lip_magic (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c670 lip->lip_magic = LIP_MAGIC; in dt_index_page_build()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1751 LASSERTF((int)offsetof(struct lu_idxpage, lip_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()
1752 (long long)(int)offsetof(struct lu_idxpage, lip_magic)); in lustre_assert_wire_constants()
1753 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()
1754 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_magic)); in lustre_assert_wire_constants()
Dpack_generic.c2050 __swab32s(&lip->lip_magic); in lustre_swab_lip_header()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3432 __u32 lip_magic; member