Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4179 LASSERTF((int)sizeof(struct hsm_progress) == 48, "found %lld\n", in lustre_assert_wire_constants()
4180 (long long)(int)sizeof(struct hsm_progress)); in lustre_assert_wire_constants()
4181 LASSERTF((int)offsetof(struct hsm_progress, hp_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
4182 (long long)(int)offsetof(struct hsm_progress, hp_fid)); in lustre_assert_wire_constants()
4183 LASSERTF((int)sizeof(((struct hsm_progress *)0)->hp_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
4184 (long long)(int)sizeof(((struct hsm_progress *)0)->hp_fid)); in lustre_assert_wire_constants()
4185 LASSERTF((int)offsetof(struct hsm_progress, hp_cookie) == 16, "found %lld\n", in lustre_assert_wire_constants()
4186 (long long)(int)offsetof(struct hsm_progress, hp_cookie)); in lustre_assert_wire_constants()
4187 LASSERTF((int)sizeof(((struct hsm_progress *)0)->hp_cookie) == 8, "found %lld\n", in lustre_assert_wire_constants()
4188 (long long)(int)sizeof(((struct hsm_progress *)0)->hp_cookie)); in lustre_assert_wire_constants()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1160 struct hsm_progress { struct
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c1837 struct hsm_progress hp; in ll_dir_ioctl()