Searched refs:lc_timeout (Results 1 – 3 of 3) sorted by relevance
3875 LASSERTF((int)offsetof(struct lustre_capa, lc_timeout) == 48, "found %lld\n", in lustre_assert_wire_constants()3876 (long long)(int)offsetof(struct lustre_capa, lc_timeout)); in lustre_assert_wire_constants()3877 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_timeout) == 4, "found %lld\n", in lustre_assert_wire_constants()3878 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_timeout)); in lustre_assert_wire_constants()
2219 __swab32s(&c->lc_timeout); in lustre_swab_lustre_capa()
3462 __u32 lc_timeout; /** capa timeout value (sec) */ member