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