Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3763 LASSERTF((int)offsetof(struct quota_body, qb_id) == 16, "found %lld\n", in lustre_assert_wire_constants()
3764 (long long)(int)offsetof(struct quota_body, qb_id)); in lustre_assert_wire_constants()
3765 LASSERTF((int)sizeof(((struct quota_body *)0)->qb_id) == 16, "found %lld\n", in lustre_assert_wire_constants()
3766 (long long)(int)sizeof(((struct quota_body *)0)->qb_id)); in lustre_assert_wire_constants()
Dpack_generic.c2041 lustre_swab_lu_fid((struct lu_fid *)&b->qb_id); in lustre_swab_quota_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1898 union lquota_id qb_id; /* uid or gid or directory FID */ member