Searched refs:lvb_mtime_ns (Results 1 – 4 of 4) sorted by relevance
3110 LASSERTF((int)offsetof(struct ost_lvb, lvb_mtime_ns) == 40, "found %lld\n", in lustre_assert_wire_constants()3111 (long long)(int)offsetof(struct ost_lvb, lvb_mtime_ns)); in lustre_assert_wire_constants()3112 LASSERTF((int)sizeof(((struct ost_lvb *)0)->lvb_mtime_ns) == 4, "found %lld\n", in lustre_assert_wire_constants()3113 (long long)(int)sizeof(((struct ost_lvb *)0)->lvb_mtime_ns)); in lustre_assert_wire_constants()
1812 __swab32s(&lvb->lvb_mtime_ns); in lustre_swab_ost_lvb()
1430 olvb->lvb_mtime_ns = 0; in ldlm_fill_lvb()
1821 __u32 lvb_mtime_ns; member