Searched refs:lc_timeout (Results 1 – 6 of 6) sorted by relevance
148 return capa->lc_timeout; in capa_timeout()
147 cfs_time_seconds(oc->c_capa.lc_timeout)*2/3), in capa_is_to_expire()
86 cfs_time_seconds(ocapa->c_capa.lc_timeout) / 2); in capa_renewal_time()
3877 LASSERTF((int)offsetof(struct lustre_capa, lc_timeout) == 48, "found %lld\n", in lustre_assert_wire_constants()3878 (long long)(int)offsetof(struct lustre_capa, lc_timeout)); in lustre_assert_wire_constants()3879 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_timeout) == 4, "found %lld\n", in lustre_assert_wire_constants()3880 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_timeout)); in lustre_assert_wire_constants()
2427 __swab32s(&c->lc_timeout); in lustre_swab_lustre_capa()
3487 __u32 lc_timeout; /** capa timeout value (sec) */ member