Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1997 __u64 lvb_id_may_rel; /* space that might be released later */ member
2006 #define lvb_glb_ver lvb_id_may_rel /* current version of the global index */
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3132 LASSERTF((int)offsetof(struct lquota_lvb, lvb_id_may_rel) == 8, "found %lld\n", in lustre_assert_wire_constants()
3133 (long long)(int)offsetof(struct lquota_lvb, lvb_id_may_rel)); in lustre_assert_wire_constants()
3134 LASSERTF((int)sizeof(((struct lquota_lvb *)0)->lvb_id_may_rel) == 8, "found %lld\n", in lustre_assert_wire_constants()
3135 (long long)(int)sizeof(((struct lquota_lvb *)0)->lvb_id_may_rel)); in lustre_assert_wire_constants()
Dpack_generic.c1667 __swab64s(&lvb->lvb_id_may_rel); in lustre_swab_lquota_lvb()