Searched refs:ll_fid (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1826 LASSERTF((int)sizeof(struct ll_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 1827 (long long)(int)sizeof(struct ll_fid)); in lustre_assert_wire_constants() 1828 LASSERTF((int)offsetof(struct ll_fid, id) == 0, "found %lld\n", in lustre_assert_wire_constants() 1829 (long long)(int)offsetof(struct ll_fid, id)); in lustre_assert_wire_constants() 1830 LASSERTF((int)sizeof(((struct ll_fid *)0)->id) == 8, "found %lld\n", in lustre_assert_wire_constants() 1831 (long long)(int)sizeof(((struct ll_fid *)0)->id)); in lustre_assert_wire_constants() 1832 LASSERTF((int)offsetof(struct ll_fid, generation) == 8, "found %lld\n", in lustre_assert_wire_constants() 1833 (long long)(int)offsetof(struct ll_fid, generation)); in lustre_assert_wire_constants() 1834 LASSERTF((int)sizeof(((struct ll_fid *)0)->generation) == 4, "found %lld\n", in lustre_assert_wire_constants() 1835 (long long)(int)sizeof(((struct ll_fid *)0)->generation)); in lustre_assert_wire_constants() [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 112 void lustre_swab_ll_fid(struct ll_fid *fid) in lustre_swab_ll_fid()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 417 struct ll_fid { struct
|
D | lustre_idl.h | 2109 extern void lustre_swab_ll_fid (struct ll_fid *fid); 3058 struct ll_fid lsc_fid;
|