Searched refs:lc_uid (Results 1 – 4 of 4) sorted by relevance
113 return capa->lc_uid; in capa_uid()
3861 LASSERTF((int)offsetof(struct lustre_capa, lc_uid) == 24, "found %lld\n", in lustre_assert_wire_constants()3862 (long long)(int)offsetof(struct lustre_capa, lc_uid)); in lustre_assert_wire_constants()3863 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_uid) == 8, "found %lld\n", in lustre_assert_wire_constants()3864 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_uid)); in lustre_assert_wire_constants()
2423 __swab64s(&c->lc_uid); in lustre_swab_lustre_capa()
3483 __u64 lc_uid; /** file owner */ member