Home
last modified time | relevance | path

Searched refs:lk_seq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h138 return key->lk_seq; in capa_key_seq()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3894 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()
Dpack_generic.c2434 __swab64s(&k->lk_seq); in lustre_swab_lustre_capa_key()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3544 __u64 lk_seq; /**< mds# */ member