Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c212 __swab64s(&arr->arr_hai.hai_cookie); in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/llite/
Ddir.c903 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_start()
932 copy->hc_hai.hai_cookie); in ll_ioc_copy_start()
979 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_end()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1052 __u64 hai_cookie; /* action cookie from coordinator */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4131 LASSERTF((int)offsetof(struct hsm_action_item, hai_cookie) == 56, "found %lld\n", in lustre_assert_wire_constants()
4132 (long long)(int)offsetof(struct hsm_action_item, hai_cookie)); in lustre_assert_wire_constants()
4133 LASSERTF((int)sizeof(((struct hsm_action_item *)0)->hai_cookie) == 8, "found %lld\n", in lustre_assert_wire_constants()
4134 (long long)(int)sizeof(((struct hsm_action_item *)0)->hai_cookie)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1933 __swab64s(&h->hai_cookie); in lustre_swab_hai()