Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3849 LASSERTF((int)sizeof(struct lustre_capa) == 120, "found %lld\n", in lustre_assert_wire_constants()
3850 (long long)(int)sizeof(struct lustre_capa)); in lustre_assert_wire_constants()
3851 LASSERTF((int)offsetof(struct lustre_capa, lc_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
3852 (long long)(int)offsetof(struct lustre_capa, lc_fid)); in lustre_assert_wire_constants()
3853 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3854 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_fid)); in lustre_assert_wire_constants()
3855 LASSERTF((int)offsetof(struct lustre_capa, lc_opc) == 16, "found %lld\n", in lustre_assert_wire_constants()
3856 (long long)(int)offsetof(struct lustre_capa, lc_opc)); in lustre_assert_wire_constants()
3857 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_opc) == 8, "found %lld\n", in lustre_assert_wire_constants()
3858 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_opc)); in lustre_assert_wire_constants()
[all …]
Dlayout.c1040 DEFINE_MSGF("capa", 0, sizeof(struct lustre_capa),
1045 DEFINE_MSGF("capa", 0, sizeof(struct lustre_capa),
Dpack_generic.c2211 void lustre_swab_lustre_capa(struct lustre_capa *c) in lustre_swab_lustre_capa()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3455 struct lustre_capa { struct
3468 void lustre_swab_lustre_capa(struct lustre_capa *c); argument