Home
last modified time | relevance | path

Searched refs:rp_padding (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2085 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_padding) == 28, "found %lld\n", in lustre_assert_wire_constants()
2086 (long long)(int)offsetof(struct mdt_remote_perm, rp_padding)); in lustre_assert_wire_constants()
2087 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
2088 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_padding)); in lustre_assert_wire_constants()
Dpack_generic.c1995 __swab32s(&p->rp_padding); in lustre_swab_mdt_remote_perm()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2258 __u32 rp_padding; member