Home
last modified time | relevance | path

Searched refs:lgc_subsys (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3670 LASSERTF((int)offsetof(struct llog_cookie, lgc_subsys) == 20, "found %lld\n", in lustre_assert_wire_constants()
3671 (long long)(int)offsetof(struct llog_cookie, lgc_subsys)); in lustre_assert_wire_constants()
3672 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_subsys) == 4, "found %lld\n", in lustre_assert_wire_constants()
3673 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_subsys)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3208 __u32 lgc_subsys; member