Searched refs:hsm_copy (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 233 #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 *) 1168 struct hsm_copy { struct
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4208 LASSERTF((int)offsetof(struct hsm_copy, hc_data_version) == 0, "found %lld\n", in lustre_assert_wire_constants() 4209 (long long)(int)offsetof(struct hsm_copy, hc_data_version)); in lustre_assert_wire_constants() 4210 LASSERTF((int)sizeof(((struct hsm_copy *)0)->hc_data_version) == 8, "found %lld\n", in lustre_assert_wire_constants() 4211 (long long)(int)sizeof(((struct hsm_copy *)0)->hc_data_version)); in lustre_assert_wire_constants() 4212 LASSERTF((int)offsetof(struct hsm_copy, hc_flags) == 8, "found %lld\n", in lustre_assert_wire_constants() 4213 (long long)(int)offsetof(struct hsm_copy, hc_flags)); in lustre_assert_wire_constants() 4214 LASSERTF((int)sizeof(((struct hsm_copy *)0)->hc_flags) == 2, "found %lld\n", in lustre_assert_wire_constants() 4215 (long long)(int)sizeof(((struct hsm_copy *)0)->hc_flags)); in lustre_assert_wire_constants() 4216 LASSERTF((int)offsetof(struct hsm_copy, hc_errval) == 10, "found %lld\n", in lustre_assert_wire_constants() 4217 (long long)(int)offsetof(struct hsm_copy, hc_errval)); in lustre_assert_wire_constants() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 895 static int ll_ioc_copy_start(struct super_block *sb, struct hsm_copy *copy) in ll_ioc_copy_start() 966 static int ll_ioc_copy_end(struct super_block *sb, struct hsm_copy *copy) in ll_ioc_copy_end() 1824 struct hsm_copy *copy; in ll_dir_ioctl() 1839 struct hsm_copy *copy; in ll_dir_ioctl()
|