Home
last modified time | relevance | path

Searched refs:cm_canceltime (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c363 __u32 cm_canceltime; member
395 canceltime = cm32->cm_canceltime; in lustre_swab_cfg_marker()
405 marker->cm_canceltime = canceltime; in lustre_swab_cfg_marker()
410 __swab64s(&marker->cm_canceltime); in lustre_swab_cfg_marker()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3217 LASSERTF((int)offsetof(struct cfg_marker, cm_canceltime) == 24, "found %lld\n", in lustre_assert_wire_constants()
3218 (long long)(int)offsetof(struct cfg_marker, cm_canceltime)); in lustre_assert_wire_constants()
3219 LASSERTF((int)sizeof(((struct cfg_marker *)0)->cm_canceltime) == 8, "found %lld\n", in lustre_assert_wire_constants()
3220 (long long)(int)sizeof(((struct cfg_marker *)0)->cm_canceltime)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2930 __s64 cm_canceltime; /*when this record is no longer valid*/ member