Home
last modified time | relevance | path

Searched refs:ost_lvb_v1 (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3062 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 …]
Dpack_generic.c1640 void lustre_swab_ost_lvb_v1(struct ost_lvb_v1 *lvb) in lustre_swab_ost_lvb_v1()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1811 struct ost_lvb_v1 { struct
1819 void lustre_swab_ost_lvb_v1(struct ost_lvb_v1 *lvb); argument
/drivers/staging/lustre/lustre/osc/
Dosc_lock.c874 sizeof(struct ost_lvb_v1), in osc_ldlm_glimpse_ast()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1384 } else if (size == sizeof(struct ost_lvb_v1)) { in ldlm_fill_lvb()