Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3859 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()
Dpack_generic.c2215 __swab64s(&c->lc_uid); in lustre_swab_lustre_capa()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3458 __u64 lc_uid; /** file owner */ member