Searched refs:lsc_fid (Results 1 – 3 of 3) sorted by relevance
141 lustre_swab_ll_fid(&lsc->lsc_fid); in lustre_swab_llog_rec()
3428 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()3429 (long long)(int)offsetof(struct llog_size_change_rec, lsc_fid)); in lustre_assert_wire_constants()3430 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()3431 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_fid)); in lustre_assert_wire_constants()
3042 struct ll_fid lsc_fid; member