Searched refs:hsm_progress (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4177 LASSERTF((int)sizeof(struct hsm_progress) == 48, "found %lld\n", in lustre_assert_wire_constants() 4178 (long long)(int)sizeof(struct hsm_progress)); in lustre_assert_wire_constants() 4179 LASSERTF((int)offsetof(struct hsm_progress, hp_fid) == 0, "found %lld\n", in lustre_assert_wire_constants() 4180 (long long)(int)offsetof(struct hsm_progress, hp_fid)); in lustre_assert_wire_constants() 4181 LASSERTF((int)sizeof(((struct hsm_progress *)0)->hp_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 4182 (long long)(int)sizeof(((struct hsm_progress *)0)->hp_fid)); in lustre_assert_wire_constants() 4183 LASSERTF((int)offsetof(struct hsm_progress, hp_cookie) == 16, "found %lld\n", in lustre_assert_wire_constants() 4184 (long long)(int)offsetof(struct hsm_progress, hp_cookie)); in lustre_assert_wire_constants() 4185 LASSERTF((int)sizeof(((struct hsm_progress *)0)->hp_cookie) == 8, "found %lld\n", in lustre_assert_wire_constants() 4186 (long long)(int)sizeof(((struct hsm_progress *)0)->hp_cookie)); in lustre_assert_wire_constants() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 1159 struct hsm_progress { struct
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1800 struct hsm_progress hp; in ll_dir_ioctl()
|