Searched refs:lk_seq (Results 1 – 4 of 4) sorted by relevance
138 return key->lk_seq; in capa_key_seq()
3894 LASSERTF((int)offsetof(struct lustre_capa_key, lk_seq) == 0, "found %lld\n", in lustre_assert_wire_constants()3895 (long long)(int)offsetof(struct lustre_capa_key, lk_seq)); in lustre_assert_wire_constants()3896 LASSERTF((int)sizeof(((struct lustre_capa_key *)0)->lk_seq) == 8, "found %lld\n", in lustre_assert_wire_constants()3897 (long long)(int)sizeof(((struct lustre_capa_key *)0)->lk_seq)); in lustre_assert_wire_constants()
2434 __swab64s(&k->lk_seq); in lustre_swab_lustre_capa_key()
3544 __u64 lk_seq; /**< mds# */ member