Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h92 __u32 os_spare3; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1489 LASSERTF((int)offsetof(struct obd_statfs, os_spare3) == 116, "found %lld\n", in lustre_assert_wire_constants()
1490 (long long)(int)offsetof(struct obd_statfs, os_spare3)); in lustre_assert_wire_constants()
1491 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare3) == 4, "found %lld\n", in lustre_assert_wire_constants()
1492 (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare3)); in lustre_assert_wire_constants()
Dpack_generic.c1585 CLASSERT(offsetof(typeof(*os), os_spare3) != 0); in lustre_swab_obd_statfs()