Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h88 __u32 os_fprecreated; /* objs available now to the caller */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1483 LASSERTF((int)offsetof(struct obd_statfs, os_fprecreated) == 108, "found %lld\n", in lustre_assert_wire_constants()
1484 (long long)(int)offsetof(struct obd_statfs, os_fprecreated)); in lustre_assert_wire_constants()
1485 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_fprecreated) == 4, "found %lld\n", in lustre_assert_wire_constants()
1486 (long long)(int)sizeof(((struct obd_statfs *)0)->os_fprecreated)); in lustre_assert_wire_constants()
Dpack_generic.c1766 CLASSERT(offsetof(typeof(*os), os_fprecreated) != 0); in lustre_swab_obd_statfs()