Searched refs:ost_lvb_v1 (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3062 LASSERTF((int)sizeof(struct ost_lvb_v1) == 40, "found %lld\n", in lustre_assert_wire_constants() 3063 (long long)(int)sizeof(struct ost_lvb_v1)); in lustre_assert_wire_constants() 3064 LASSERTF((int)offsetof(struct ost_lvb_v1, lvb_size) == 0, "found %lld\n", in lustre_assert_wire_constants() 3065 (long long)(int)offsetof(struct ost_lvb_v1, lvb_size)); in lustre_assert_wire_constants() 3066 LASSERTF((int)sizeof(((struct ost_lvb_v1 *)0)->lvb_size) == 8, "found %lld\n", in lustre_assert_wire_constants() 3067 (long long)(int)sizeof(((struct ost_lvb_v1 *)0)->lvb_size)); in lustre_assert_wire_constants() 3068 LASSERTF((int)offsetof(struct ost_lvb_v1, lvb_mtime) == 8, "found %lld\n", in lustre_assert_wire_constants() 3069 (long long)(int)offsetof(struct ost_lvb_v1, lvb_mtime)); in lustre_assert_wire_constants() 3070 LASSERTF((int)sizeof(((struct ost_lvb_v1 *)0)->lvb_mtime) == 8, "found %lld\n", in lustre_assert_wire_constants() 3071 (long long)(int)sizeof(((struct ost_lvb_v1 *)0)->lvb_mtime)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 1640 void lustre_swab_ost_lvb_v1(struct ost_lvb_v1 *lvb) in lustre_swab_ost_lvb_v1()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1811 struct ost_lvb_v1 { struct 1819 void lustre_swab_ost_lvb_v1(struct ost_lvb_v1 *lvb); argument
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 874 sizeof(struct ost_lvb_v1), in osc_ldlm_glimpse_ast()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lock.c | 1384 } else if (size == sizeof(struct ost_lvb_v1)) { in ldlm_fill_lvb()
|