Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3064 LASSERTF((int)sizeof(struct ost_lvb_v1) == 40, "found %lld\n", in lustre_assert_wire_constants()
3065 (long long)(int)sizeof(struct ost_lvb_v1)); in lustre_assert_wire_constants()
3066 LASSERTF((int)offsetof(struct ost_lvb_v1, lvb_size) == 0, "found %lld\n", in lustre_assert_wire_constants()
3067 (long long)(int)offsetof(struct ost_lvb_v1, lvb_size)); in lustre_assert_wire_constants()
3068 LASSERTF((int)sizeof(((struct ost_lvb_v1 *)0)->lvb_size) == 8, "found %lld\n", in lustre_assert_wire_constants()
3069 (long long)(int)sizeof(((struct ost_lvb_v1 *)0)->lvb_size)); in lustre_assert_wire_constants()
3070 LASSERTF((int)offsetof(struct ost_lvb_v1, lvb_mtime) == 8, "found %lld\n", in lustre_assert_wire_constants()
3071 (long long)(int)offsetof(struct ost_lvb_v1, lvb_mtime)); in lustre_assert_wire_constants()
3072 LASSERTF((int)sizeof(((struct ost_lvb_v1 *)0)->lvb_mtime) == 8, "found %lld\n", in lustre_assert_wire_constants()
3073 (long long)(int)sizeof(((struct ost_lvb_v1 *)0)->lvb_mtime)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1795 void lustre_swab_ost_lvb_v1(struct ost_lvb_v1 *lvb) in lustre_swab_ost_lvb_v1()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1805 struct ost_lvb_v1 { struct
1813 extern void lustre_swab_ost_lvb_v1(struct ost_lvb_v1 *lvb); argument
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_lock.c874 sizeof(struct ost_lvb_v1), in osc_ldlm_glimpse_ast()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1413 } else if (size == sizeof(struct ost_lvb_v1)) { in ldlm_fill_lvb()