Home
last modified time | relevance | path

Searched refs:ll_fid (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1824 LASSERTF((int)sizeof(struct ll_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
1825 (long long)(int)sizeof(struct ll_fid)); in lustre_assert_wire_constants()
1826 LASSERTF((int)offsetof(struct ll_fid, id) == 0, "found %lld\n", in lustre_assert_wire_constants()
1827 (long long)(int)offsetof(struct ll_fid, id)); in lustre_assert_wire_constants()
1828 LASSERTF((int)sizeof(((struct ll_fid *)0)->id) == 8, "found %lld\n", in lustre_assert_wire_constants()
1829 (long long)(int)sizeof(((struct ll_fid *)0)->id)); in lustre_assert_wire_constants()
1830 LASSERTF((int)offsetof(struct ll_fid, generation) == 8, "found %lld\n", in lustre_assert_wire_constants()
1831 (long long)(int)offsetof(struct ll_fid, generation)); in lustre_assert_wire_constants()
1832 LASSERTF((int)sizeof(((struct ll_fid *)0)->generation) == 4, "found %lld\n", in lustre_assert_wire_constants()
1833 (long long)(int)sizeof(((struct ll_fid *)0)->generation)); in lustre_assert_wire_constants()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c110 static void lustre_swab_ll_fid(struct ll_fid *fid) in lustre_swab_ll_fid()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h413 struct ll_fid { struct
Dlustre_idl.h3042 struct ll_fid lsc_fid;