Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c232 __swab32s(&lsr->lsr_gid); in lustre_swab_llog_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3406 LASSERTF((int)offsetof(struct llog_setattr64_rec, lsr_gid) == 40, "found %lld\n", in lustre_assert_wire_constants()
3407 (long long)(int)offsetof(struct llog_setattr64_rec, lsr_gid)); in lustre_assert_wire_constants()
3408 LASSERTF((int)sizeof(((struct llog_setattr64_rec *)0)->lsr_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
3409 (long long)(int)sizeof(((struct llog_setattr64_rec *)0)->lsr_gid)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3055 __u32 lsr_gid; member