Home
last modified time | relevance | path

Searched refs:lvb_atime_ns (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3112 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()
Dpack_generic.c1658 __swab32s(&lvb->lvb_atime_ns); in lustre_swab_ost_lvb()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1402 olvb->lvb_atime_ns = 0; in ldlm_fill_lvb()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1828 __u32 lvb_atime_ns; member