Home
last modified time | relevance | path

Searched refs:hai_action (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c123 hai->hai_action = HSMA_ARCHIVE; in mdc_kuc_write()
127 hai->hai_action = HSMA_RESTORE; in mdc_kuc_write()
Dmdc_request.c2029 __swab32s(&h->hai_action); in lustre_swab_hai()
/drivers/staging/lustre/lustre/llite/
Ddir.c917 if (copy->hc_hai.hai_action == HSMA_ARCHIVE) { in ll_ioc_copy_start()
996 if (((copy->hc_hai.hai_action == HSMA_ARCHIVE) || in ll_ioc_copy_end()
997 (copy->hc_hai.hai_action == HSMA_RESTORE)) && in ll_ioc_copy_end()
1013 copy->hc_hai.hai_action == HSMA_ARCHIVE); in ll_ioc_copy_end()
1029 if ((copy->hc_hai.hai_action == HSMA_ARCHIVE) && in ll_ioc_copy_end()
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c209 __swab32s(&arr->arr_hai.hai_action); in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1051 __u32 hai_action; /* hsm_copytool_action, but use known size */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4117 LASSERTF((int)offsetof(struct hsm_action_item, hai_action) == 4, "found %lld\n", in lustre_assert_wire_constants()
4118 (long long)(int)offsetof(struct hsm_action_item, hai_action)); in lustre_assert_wire_constants()
4119 LASSERTF((int)sizeof(((struct hsm_action_item *)0)->hai_action) == 4, "found %lld\n", in lustre_assert_wire_constants()
4120 (long long)(int)sizeof(((struct hsm_action_item *)0)->hai_action)); in lustre_assert_wire_constants()