Searched refs:lur_fid (Results 1 – 3 of 3) sorted by relevance
161 lustre_swab_lu_fid(&lur->lur_fid); in lustre_swab_llog_rec()
3360 LASSERTF((int)offsetof(struct llog_unlink64_rec, lur_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()3361 (long long)(int)offsetof(struct llog_unlink64_rec, lur_fid)); in lustre_assert_wire_constants()3362 LASSERTF((int)sizeof(((struct llog_unlink64_rec *)0)->lur_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()3363 (long long)(int)sizeof(((struct llog_unlink64_rec *)0)->lur_fid)); in lustre_assert_wire_constants()
3021 struct lu_fid lur_fid; member