Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1650 LASSERTF((int)offsetof(struct lquota_acct_rec, bspace) == 0, "found %lld\n", in lustre_assert_wire_constants()
1651 (long long)(int)offsetof(struct lquota_acct_rec, bspace)); in lustre_assert_wire_constants()
1652 LASSERTF((int)sizeof(((struct lquota_acct_rec *)0)->bspace) == 8, "found %lld\n", in lustre_assert_wire_constants()
1653 (long long)(int)sizeof(((struct lquota_acct_rec *)0)->bspace)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1936 __u64 bspace; /* current space in use */ member