Searched refs:lvb_atime_ns (Results 1 – 4 of 4) sorted by relevance
3112 LASSERTF((int)offsetof(struct ost_lvb, lvb_atime_ns) == 44, "found %lld\n", in lustre_assert_wire_constants()3113 (long long)(int)offsetof(struct ost_lvb, lvb_atime_ns)); in lustre_assert_wire_constants()3114 LASSERTF((int)sizeof(((struct ost_lvb *)0)->lvb_atime_ns) == 4, "found %lld\n", in lustre_assert_wire_constants()3115 (long long)(int)sizeof(((struct ost_lvb *)0)->lvb_atime_ns)); in lustre_assert_wire_constants()
1658 __swab32s(&lvb->lvb_atime_ns); in lustre_swab_ost_lvb()
1402 olvb->lvb_atime_ns = 0; in ldlm_fill_lvb()
1828 __u32 lvb_atime_ns; member