Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h233 #define LL_IOC_HSM_COPY_START _IOW('f', 214, struct hsm_copy *)
234 #define LL_IOC_HSM_COPY_END _IOW('f', 215, struct hsm_copy *)
1169 struct hsm_copy { struct
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4210 LASSERTF((int)offsetof(struct hsm_copy, hc_data_version) == 0, "found %lld\n", in lustre_assert_wire_constants()
4211 (long long)(int)offsetof(struct hsm_copy, hc_data_version)); in lustre_assert_wire_constants()
4212 LASSERTF((int)sizeof(((struct hsm_copy *)0)->hc_data_version) == 8, "found %lld\n", in lustre_assert_wire_constants()
4213 (long long)(int)sizeof(((struct hsm_copy *)0)->hc_data_version)); in lustre_assert_wire_constants()
4214 LASSERTF((int)offsetof(struct hsm_copy, hc_flags) == 8, "found %lld\n", in lustre_assert_wire_constants()
4215 (long long)(int)offsetof(struct hsm_copy, hc_flags)); in lustre_assert_wire_constants()
4216 LASSERTF((int)sizeof(((struct hsm_copy *)0)->hc_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
4217 (long long)(int)sizeof(((struct hsm_copy *)0)->hc_flags)); in lustre_assert_wire_constants()
4218 LASSERTF((int)offsetof(struct hsm_copy, hc_errval) == 10, "found %lld\n", in lustre_assert_wire_constants()
4219 (long long)(int)offsetof(struct hsm_copy, hc_errval)); in lustre_assert_wire_constants()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c902 static int ll_ioc_copy_start(struct super_block *sb, struct hsm_copy *copy) in ll_ioc_copy_start()
974 static int ll_ioc_copy_end(struct super_block *sb, struct hsm_copy *copy) in ll_ioc_copy_end()
1861 struct hsm_copy *copy; in ll_dir_ioctl()
1880 struct hsm_copy *copy; in ll_dir_ioctl()