Searched refs:os_spare4 (Results 1 – 3 of 3) sorted by relevance
93 __u32 os_spare4; member
1493 LASSERTF((int)offsetof(struct obd_statfs, os_spare4) == 120, "found %lld\n", in lustre_assert_wire_constants()1494 (long long)(int)offsetof(struct obd_statfs, os_spare4)); in lustre_assert_wire_constants()1495 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare4) == 4, "found %lld\n", in lustre_assert_wire_constants()1496 (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare4)); in lustre_assert_wire_constants()
1586 CLASSERT(offsetof(typeof(*os), os_spare4) != 0); in lustre_swab_obd_statfs()