Home
last modified time | relevance | path

Searched refs:hai_dfid (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c211 lustre_swab_lu_fid(&arr->arr_hai.hai_dfid); in lustre_swab_llog_rec()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1050 lustre_fid hai_dfid; /* fid used for data access */ member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4123 LASSERTF((int)offsetof(struct hsm_action_item, hai_dfid) == 24, "found %lld\n", in lustre_assert_wire_constants()
4124 (long long)(int)offsetof(struct hsm_action_item, hai_dfid)); in lustre_assert_wire_constants()
4125 LASSERTF((int)sizeof(((struct hsm_action_item *)0)->hai_dfid) == 16, "found %lld\n", in lustre_assert_wire_constants()
4126 (long long)(int)sizeof(((struct hsm_action_item *)0)->hai_dfid)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1932 lustre_swab_lu_fid(&h->hai_dfid); in lustre_swab_hai()