Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h95 __u32 os_spare6; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1503 LASSERTF((int)offsetof(struct obd_statfs, os_spare6) == 128, "found %lld\n", in lustre_assert_wire_constants()
1504 (long long)(int)offsetof(struct obd_statfs, os_spare6)); in lustre_assert_wire_constants()
1505 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare6) == 4, "found %lld\n", in lustre_assert_wire_constants()
1506 (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare6)); in lustre_assert_wire_constants()
Dpack_generic.c1743 CLASSERT(offsetof(typeof(*os), os_spare6) != 0); in lustre_swab_obd_statfs()