Home
last modified time | relevance | path

Searched refs:ispace (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1654 LASSERTF((int)offsetof(struct lquota_acct_rec, ispace) == 8, "found %lld\n", in lustre_assert_wire_constants()
1655 (long long)(int)offsetof(struct lquota_acct_rec, ispace)); in lustre_assert_wire_constants()
1656 LASSERTF((int)sizeof(((struct lquota_acct_rec *)0)->ispace) == 8, "found %lld\n", in lustre_assert_wire_constants()
1657 (long long)(int)sizeof(((struct lquota_acct_rec *)0)->ispace)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1942 __u64 ispace; /* current # inodes in use */ member