[go: nahoru, domu]

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

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

Completed in 96 milliseconds