Home
last modified time | relevance | path

Searched refs:hai_cookie (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c215 __swab64s(&arr->arr_hai.hai_cookie); in lustre_swab_llog_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c910 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_start()
940 copy->hc_hai.hai_cookie); in ll_ioc_copy_start()
987 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_end()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1055 __u64 hai_cookie; /* action cookie from coordinator */ member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4133 LASSERTF((int)offsetof(struct hsm_action_item, hai_cookie) == 56, "found %lld\n", in lustre_assert_wire_constants()
4134 (long long)(int)offsetof(struct hsm_action_item, hai_cookie)); in lustre_assert_wire_constants()
4135 LASSERTF((int)sizeof(((struct hsm_action_item *)0)->hai_cookie) == 8, "found %lld\n", in lustre_assert_wire_constants()
4136 (long long)(int)sizeof(((struct hsm_action_item *)0)->hai_cookie)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2035 __swab64s(&h->hai_cookie); in lustre_swab_hai()