Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2757 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_blocks) == 104, "found %lld\n", in lustre_assert_wire_constants()
2758 (long long)(int)offsetof(struct mdt_rec_reint, rr_blocks)); in lustre_assert_wire_constants()
2759 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_blocks) == 8, "found %lld\n", in lustre_assert_wire_constants()
2760 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_blocks)); in lustre_assert_wire_constants()
Dpack_generic.c1883 __swab64s(&rr->rr_blocks); in lustre_swab_mdt_rec_reint()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2565 __u64 rr_blocks; member