Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c904 hpk.hpk_extent.offset = copy->hc_hai.hai_extent.offset; in ll_ioc_copy_start()
905 hpk.hpk_extent.length = 0; in ll_ioc_copy_start()
980 hpk.hpk_extent = copy->hc_hai.hai_extent; in ll_ioc_copy_end()
1807 hpk.hpk_extent = hp.hp_extent; in ll_dir_ioctl()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2274 __swab64s(&hpk->hpk_extent.offset); in lustre_swab_hsm_progress_kernel()
2275 __swab64s(&hpk->hpk_extent.length); in lustre_swab_hsm_progress_kernel()
Dwiretest.c4240 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_extent) == 24, "found %lld\n", in lustre_assert_wire_constants()
4241 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_extent)); in lustre_assert_wire_constants()
4242 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_extent) == 16, "found %lld\n", in lustre_assert_wire_constants()
4243 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_extent)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3563 struct hsm_extent hpk_extent; member