Searched refs:lu_idxpage (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1749 LASSERTF((int)sizeof(struct lu_idxpage) == 16, "found %lld\n", in lustre_assert_wire_constants() 1750 (long long)(int)sizeof(struct lu_idxpage)); in lustre_assert_wire_constants() 1751 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() 1755 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() [all …]
|
D | pack_generic.c | 2047 void lustre_swab_lip_header(struct lu_idxpage *lip) in lustre_swab_lip_header()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3430 struct lu_idxpage { struct 3447 extern void lustre_swab_lip_header(struct lu_idxpage *lip); argument 3449 #define LIP_HDR_SIZE (offsetof(struct lu_idxpage, lip_entries)) 3454 struct lu_idxpage lp_idx; /* for OBD_IDX_READ */
|
/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 660 struct lu_idxpage *lip = &lp->lp_idx; in dt_index_page_build()
|