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