Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c127 hai->hai_action = HSMA_ARCHIVE; in mdc_kuc_write()
131 hai->hai_action = HSMA_RESTORE; in mdc_kuc_write()
Dmdc_request.c2032 __swab32s(&h->hai_action); in lustre_swab_hai()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c919 if (copy->hc_hai.hai_action == HSMA_ARCHIVE) { in ll_ioc_copy_start()
998 if (((copy->hc_hai.hai_action == HSMA_ARCHIVE) || in ll_ioc_copy_end()
999 (copy->hc_hai.hai_action == HSMA_RESTORE)) && in ll_ioc_copy_end()
1015 copy->hc_hai.hai_action == HSMA_ARCHIVE); in ll_ioc_copy_end()
1030 if ((copy->hc_hai.hai_action == HSMA_ARCHIVE) && in ll_ioc_copy_end()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c212 __swab32s(&arr->arr_hai.hai_action); in lustre_swab_llog_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1051 __u32 hai_action; /* hsm_copytool_action, but use known size */ member
/linux-4.1.27/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()