Home
last modified time | relevance | path

Searched refs:hsm_progress_kernel (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4232 LASSERTF((int)sizeof(struct hsm_progress_kernel) == 64, "found %lld\n", in lustre_assert_wire_constants()
4233 (long long)(int)sizeof(struct hsm_progress_kernel)); in lustre_assert_wire_constants()
4234 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
4235 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_fid)); in lustre_assert_wire_constants()
4236 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
4237 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_fid)); in lustre_assert_wire_constants()
4238 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_cookie) == 16, "found %lld\n", in lustre_assert_wire_constants()
4239 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_cookie)); in lustre_assert_wire_constants()
4240 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_cookie) == 8, "found %lld\n", in lustre_assert_wire_constants()
4241 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_cookie)); in lustre_assert_wire_constants()
[all …]
Dlayout.c1123 DEFINE_MSGF("hsm_progress", 0, sizeof(struct hsm_progress_kernel),
Dpack_generic.c2486 void lustre_swab_hsm_progress_kernel(struct hsm_progress_kernel *hpk) in lustre_swab_hsm_progress_kernel()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c905 struct hsm_progress_kernel hpk; in ll_ioc_copy_start()
977 struct hsm_progress_kernel hpk; in ll_ioc_copy_end()
1836 struct hsm_progress_kernel hpk; in ll_dir_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3609 struct hsm_progress_kernel { struct
3624 extern void lustre_swab_hsm_progress_kernel(struct hsm_progress_kernel *hpk); argument
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1242 struct hsm_progress_kernel *hpk) in mdc_ioc_hsm_progress()
1245 struct hsm_progress_kernel *req_hpk; in mdc_ioc_hsm_progress()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1043 const struct hsm_progress_kernel *hpk = karg; in lmv_iocontrol()