Searched refs:hsm_progress_kernel (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4230 LASSERTF((int)sizeof(struct hsm_progress_kernel) == 64, "found %lld\n", in lustre_assert_wire_constants() 4231 (long long)(int)sizeof(struct hsm_progress_kernel)); in lustre_assert_wire_constants() 4232 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_fid) == 0, "found %lld\n", in lustre_assert_wire_constants() 4233 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_fid)); in lustre_assert_wire_constants() 4234 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 4235 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_fid)); in lustre_assert_wire_constants() 4236 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_cookie) == 16, "found %lld\n", in lustre_assert_wire_constants() 4237 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_cookie)); in lustre_assert_wire_constants() 4238 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_cookie) == 8, "found %lld\n", in lustre_assert_wire_constants() 4239 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_cookie)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 1123 DEFINE_MSGF("hsm_progress", 0, sizeof(struct hsm_progress_kernel),
|
D | pack_generic.c | 2270 void lustre_swab_hsm_progress_kernel(struct hsm_progress_kernel *hpk) in lustre_swab_hsm_progress_kernel()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 898 struct hsm_progress_kernel hpk; in ll_ioc_copy_start() 969 struct hsm_progress_kernel hpk; in ll_ioc_copy_end() 1799 struct hsm_progress_kernel hpk; in ll_dir_ioctl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1153 struct hsm_progress_kernel *hpk) in mdc_ioc_hsm_progress() 1156 struct hsm_progress_kernel *req_hpk; in mdc_ioc_hsm_progress()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3559 struct hsm_progress_kernel { struct 3574 void lustre_swab_hsm_progress_kernel(struct hsm_progress_kernel *hpk); argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1005 const struct hsm_progress_kernel *hpk = karg; in lmv_iocontrol()
|