Searched refs:lc_uid (Results 1 – 3 of 3) sorted by relevance
3859 LASSERTF((int)offsetof(struct lustre_capa, lc_uid) == 24, "found %lld\n", in lustre_assert_wire_constants()3860 (long long)(int)offsetof(struct lustre_capa, lc_uid)); in lustre_assert_wire_constants()3861 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_uid) == 8, "found %lld\n", in lustre_assert_wire_constants()3862 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_uid)); in lustre_assert_wire_constants()
2215 __swab64s(&c->lc_uid); in lustre_swab_lustre_capa()
3458 __u64 lc_uid; /** file owner */ member