Searched refs:lvb_ctime_ns (Results 1 – 4 of 4) sorted by relevance
3118 LASSERTF((int)offsetof(struct ost_lvb, lvb_ctime_ns) == 48, "found %lld\n", in lustre_assert_wire_constants()3119 (long long)(int)offsetof(struct ost_lvb, lvb_ctime_ns)); in lustre_assert_wire_constants()3120 LASSERTF((int)sizeof(((struct ost_lvb *)0)->lvb_ctime_ns) == 4, "found %lld\n", in lustre_assert_wire_constants()3121 (long long)(int)sizeof(((struct ost_lvb *)0)->lvb_ctime_ns)); in lustre_assert_wire_constants()
1814 __swab32s(&lvb->lvb_ctime_ns); in lustre_swab_ost_lvb()
1432 olvb->lvb_ctime_ns = 0; in ldlm_fill_lvb()
1823 __u32 lvb_ctime_ns; member